$ 116.43
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 672 |
| Technical Name |
edm_einvoice |
| License | OPL-1 |
| Website | https://www.mbytechnology.co.uk |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 672 |
| Technical Name |
edm_einvoice |
| License | OPL-1 |
| Website | https://www.mbytechnology.co.uk |
EDM E-Invoice and E-Archive Integration
Fast and secure EDM e-document delivery for Odoo 18
Module Overview
This module connects Odoo 18 with EDM services to send e-Invoice and e-Archive documents individually or in bulk. It also provides invoice status tracking, error logging, and send timestamp history for daily operations.
Key Features
- SOAP-based EDM API integration with zeep
- Automatic UBL XML generation and base64 content delivery
- Automatic document profile detection: e-Invoice / e-Archive
- One-click send action from invoice form
- Bulk sending wizard with detailed result logs
- EDM states: sent, cancelled, error
- Test and production endpoint support
Installation
- Place the module inside your Odoo addons directory.
- Install Python dependency:
pip install zeep - Install the module from the Odoo Apps menu.
Configuration
- Enter EDM username and password in settings.
- Define your company VKN/TCKN and EDM alias values.
- Select test mode if needed and verify service URLs.
Usage Flow
- Create an invoice and select a customer with correct tax details.
- Use the Send to EDM button on the invoice form.
- For batch processing, use the bulk send wizard.
- Track UUID, send result, and errors from EDM fields on invoice.
Automatic e-Invoice / e-Archive Detection
The module evaluates customer tax identity details and automatically selects the correct document profile. The selected profile is included in generated UBL content, reducing manual mistakes and operational effort.
Error Handling and Traceability
- EDM response codes and descriptions are recorded.
- Invoice-level error message, send date, and UUID are stored.
- Bulk operations show successful/failed counters and line-by-line logs.
External Service and Data Notice
This module sends invoice data to EDM services in UBL XML format. A valid EDM account and active credentials are required. By using this module, users acknowledge that invoice data defined in their Odoo system is transmitted to EDM infrastructure for document processing.
Support
Technical support and contact: info@mbytechnology.co.uk
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module