Account Invoice Import Factur-X

account_invoice_import_factur-x
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/10.0/account_invoice_import_factur-x
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_mode
OCA/community-data-files:
    - account_tax_unece
    - base_unece
    - product_uom_unece
    - account_payment_unece
OCA/edi:
    - account_invoice_import
    - base_business_document_import
    - base_zugferd
OCA/partner-contact:
    - base_vat_sanitized
OCA/server-tools:
    - onchange_helper
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - base_iban
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES facturx
PyPDF2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_import_form account.invoice.import.factur-x.form account.invoice.import ul Inherits account_invoice_import.account_invoice_import_form
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)