Repository
OCA/edi · module folder · Try on Runboat
Module version
1.1.0
Category
Invoicing Management
Folder size
1.72 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 08:42:55
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
factur-x
System dependencies
None
Required by
l10n_fr_account_invoice_import_facturx
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.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_import_form account.invoice.import.factur-x.form account.invoice.import form Inherits account_invoice_import.account_invoice_import_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (6)
  • parse_facturx_allowance_charge(self, acline, global_taxes, label_suffix, ac_qty_dict, counters, namespaces)
    @api.model
  • parse_facturx_invoice(self, xml_root, company)
    @api.model
    Parse Cross Industry Invoice XML file
  • parse_facturx_invoice_line(self, iline, global_taxes, ac_qty_dict, counters, namespaces)
    @api.model
  • parse_facturx_taxes(self, taxes_xpath, namespaces)
    @api.model
  • parse_xml_invoice(self, xml_root, company)
    @api.model
  • prepare_facturx_xpath_dict(self)

Loading…

Loading…

Loading…