Repository
OCA/edi · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
1.27 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.akretion.com
Last tracking update
2026-08-07 07:17:47
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Pedro M. Baeza, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
facturx, PyPDF2
System dependencies
None
Required by
l10n_fr_account_invoice_import_factur-x
Description

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)
    @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)
    @api.model
  • prepare_facturx_xpath_dict(self)