| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/18.0/account_invoice_import_facturx |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Invoicing Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-payment: - account_payment_method_base OCA/community-data-files: - account_tax_unece - base_unece - uom_unece - account_payment_unece OCA/edi: - account_invoice_import - base_business_document_import - base_facturx odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
factur-x |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module is an extension of the module *account_invoice_import*: it adds the ability to import Factur-X 1.0 (i.e. ZUGFeRD 2.x) and ZUGFeRD 1.0 invoices. The [Factur-X](http://fnfe-mpe.org/factur-x/) standard is based on [CII](http://tfig.unece.org/contents/cross-industry-invoice-cii.htm) (Cross-Industry Invoice) for electronic invoicing. A Factur-X invoice is a PDF invoice with an embedded XML file in CII format that carries structured information about the invoice. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_import_form |
account.invoice.import.factur-x.form | account.invoice.import | ul | Inherits account_invoice_import.account_invoice_import_form |
No new fields.
Public methods (6)parse_facturx_allowance_charge(self, acline, global_taxes, label_suffix, ac_qty_dict, counters, namespaces)
parse_facturx_invoice(self, xml_root, company)
parse_facturx_invoice_line(self, iline, global_taxes, ac_qty_dict, counters, namespaces)
parse_facturx_taxes(self, taxes_xpath, namespaces)
parse_xml_invoice(self, xml_root, company)
prepare_facturx_xpath_dict(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/16.0/account_invoice_import_facturx |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Invoicing Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_mode OCA/community-data-files: - account_tax_unece - base_unece - uom_unece - account_payment_unece OCA/edi: - account_invoice_import - base_business_document_import - pdf_helper - base_facturx odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
factur-x |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_import_form |
account.invoice.import.factur-x.form | account.invoice.import | ul | Inherits account_invoice_import.account_invoice_import_form |
No new fields.
Public methods (6)parse_facturx_allowance_charge(self, acline, global_taxes, label_suffix, ac_qty_dict, counters, namespaces)
parse_facturx_invoice(self, xml_root, company)
parse_facturx_invoice_line(self, iline, global_taxes, ac_qty_dict, counters, namespaces)
parse_facturx_taxes(self, taxes_xpath, namespaces)
parse_xml_invoice(self, xml_root, company)
prepare_facturx_xpath_dict(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/14.0/account_invoice_import_facturx |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Invoicing Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, oca-travis, Weblate, OCA-git-bot, Simone Orsi, oca-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_mode OCA/community-data-files: - account_tax_unece - base_unece - uom_unece - account_payment_unece OCA/edi: - account_invoice_import - base_business_document_import - pdf_helper - base_facturx OCA/server-tools: - onchange_helper odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
factur-x<=3.1 pypdf>=3.1.0,<5.0 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_import_form |
account.invoice.import.factur-x.form | account.invoice.import | ul | Inherits account_invoice_import.account_invoice_import_form |
No new fields.
Public methods (6)parse_facturx_allowance_charge(self, acline, global_taxes, label_suffix, ac_qty_dict, counters, namespaces)
parse_facturx_invoice(self, xml_root)
parse_facturx_invoice_line(self, iline, global_taxes, ac_qty_dict, counters, namespaces)
parse_facturx_taxes(self, taxes_xpath, namespaces)
parse_xml_invoice(self, xml_root)
prepare_facturx_xpath_dict(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/12.0/account_invoice_import_facturx |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Invoicing Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, OCA Transbot, Miquel Raïch, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_mode OCA/community-data-files: - account_tax_unece - base_unece - uom_unece - account_payment_unece OCA/edi: - account_invoice_import - base_business_document_import - base_facturx OCA/partner-contact: - base_vat_sanitized OCA/server-tools: - onchange_helper odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest - base_iban - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
facturx PyPDF2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_import_form |
account.invoice.import.factur-x.form | account.invoice.import | ul | Inherits account_invoice_import.account_invoice_import_form |
No new fields.
Public methods (6)parse_facturx_allowance_charge(self, acline, global_taxes, label_suffix, ac_qty_dict, counters, namespaces)
parse_facturx_invoice(self, xml_root)
parse_facturx_invoice_line(self, iline, global_taxes, ac_qty_dict, counters, namespaces)
parse_facturx_taxes(self, taxes_xpath, namespaces)
parse_xml_invoice(self, xml_root)
prepare_facturx_xpath_dict(self)