Account Invoice Factur-X

account_invoice_facturx
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/18.0/account_invoice_facturx
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYInvoicing Management
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, Weblate, OCA-git-bot, oca-ci, Hpar
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_method_base
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_einvoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES factur-x
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
With this module, the PDF customer invoices and refunds generated by the
Qweb reporting engine of Odoo will comply with the
[Factur-X](http://fnfe-mpe.org/factur-x/) standard. The Factur-X
standard is an e-invoicing standard for France and Germany released on
December 31st 2017. In Germany, it is also known as the [ZUGFeRD
2.0](http://www.ferd-net.de/aktuelles/meldungen/verabschiedung-zugferd-2.0_profil-en16931.html/)
standard. This standard is based on
[CII](http://tfig.unece.org/contents/cross-industry-invoice-cii.htm)
(Cross-Industry Invoice) for electronic invoicing. The great idea of the
ZUGFeRD/Factur-X standard is to embed an XML file inside the PDF invoice
to carry structured information about the invoice. So, with a
ZUGFeRD/Factur-X PDF invoice:

- no need to change your habbits and those of your customers: you can
  still send your PDF invoices by email as usual.
- customers equiped with a modern accouting software will be able to
  import the invoice automatically as supplier invoice by taking
  advantage of the embedded XML file,
- customers with an ancient accounting software will just open the PDF
  file with their PDF reader and manually encode the document as
  supplier invoice in their accounting software.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_move_form account.move xpath Inherits account.view_move_form
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_bytesio)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' string='Factur-X Logo'
  • xml_format_in_pdf_invoice Selection
    default='factur-x' ondelete={'factur-x': 'set null'} selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/17.0/account_invoice_facturx
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYInvoicing Management
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, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_einvoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES factur-x
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
With this module, the PDF customer invoices and refunds generated by the
Qweb reporting engine of Odoo will comply with the
[Factur-X](http://fnfe-mpe.org/factur-x/) standard. The Factur-X
standard is an e-invoicing standard for France and Germany released on
December 31st 2017. In Germany, it is also known as the [ZUGFeRD
2.0](http://www.ferd-net.de/aktuelles/meldungen/verabschiedung-zugferd-2.0_profil-en16931.html/)
standard. This standard is based on
[CII](http://tfig.unece.org/contents/cross-industry-invoice-cii.htm)
(Cross-Industry Invoice) for electronic invoicing. The great idea of the
ZUGFeRD/Factur-X standard is to embed an XML file inside the PDF invoice
to carry structured information about the invoice. So, with a
ZUGFeRD/Factur-X PDF invoice:

- no need to change your habbits and those of your customers: you can
  still send your PDF invoices by email as usual.
- customers equiped with a modern accouting software will be able to
  import the invoice automatically as supplier invoice by taking
  advantage of the embedded XML file,
- customers with an ancient accounting software will just open the PDF
  file with their PDF reader and manually encode the document as
  supplier invoice in their accounting software.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_config_settings account_invoice_facturx.res.config.settings res.config.settings setting Inherits account_einvoice_generate.view_account_config_settings
view_move_form account.move xpath Inherits account.view_move_form
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_bytesio)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • facturx_level Selection
    default='en16931' help="Unless if you have a good reason, you should always select 'EN 16931 (Comfort)', which is the default value." string='Factur-X Level' args: [('minimum', 'Minimum'), ('basicwl', 'Basic without lines'), ('basic', 'Basic'), ('en16931', 'EN 16931 (Comfort)'), ('extended', 'Extended')]
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' string='Factur-X Logo'
  • facturx_refund_type Selection
    default='381' string='Factur-X Refund Type' args: [('380', 'Type 380 with negative amounts'), ('381', 'Type 381 with positive amounts')]
  • xml_format_in_pdf_invoice Selection
    default='factur-x' ondelete={'factur-x': 'set null'} selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

New fields (2)
  • facturx_level Selection
    readonly=False related='company_id.facturx_level'
  • facturx_refund_type Selection
    readonly=False related='company_id.facturx_refund_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/16.0/account_invoice_facturx
VERSION
VERSION 2.2.0
CATEGORY
CATEGORYInvoicing Management
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, Weblate, OCA-git-bot, Simone Orsi, oca-ci, Souheil Bejaoui
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_einvoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES factur-x
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_config_settings account_invoice_facturx.res.config.settings res.config.settings div Inherits account_einvoice_generate.view_account_config_settings
view_move_form account.move xpath Inherits account.view_move_form
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_bytesio)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • facturx_level Selection
    default='en16931' help="Unless if you have a good reason, you should always select 'EN 16931 (Comfort)', which is the default value." string='Factur-X Level' args: [('minimum', 'Minimum'), ('basicwl', 'Basic without lines'), ('basic', 'Basic'), ('en16931', 'EN 16931 (Comfort)'), ('extended', 'Extended')]
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' string='Factur-X Logo'
  • facturx_refund_type Selection
    default='381' string='Factur-X Refund Type' args: [('380', 'Type 380 with negative amounts'), ('381', 'Type 381 with positive amounts')]
  • xml_format_in_pdf_invoice Selection
    default='factur-x' ondelete={'factur-x': 'set null'} selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

New fields (2)
  • facturx_level Selection
    readonly=False related='company_id.facturx_level'
  • facturx_refund_type Selection
    readonly=False related='company_id.facturx_refund_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/15.0/account_invoice_facturx
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInvoicing Management
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, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_einvoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES factur-x<=3.1
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_invoice_facturx_logo report_invoice_facturx_logo ir.ui.view qweb Inherits account.report_invoice_document
view_account_config_settings account_invoice_facturx.res.config.settings res.config.settings div Inherits account_einvoice_generate.view_account_config_settings
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_content)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • facturx_level Selection
    default='en16931' help="Unless if you have a good reason, you should always select 'EN 16931 (Comfort)', which is the default value." string='Factur-X Level' args: [('minimum', 'Minimum'), ('basicwl', 'Basic without lines'), ('basic', 'Basic'), ('en16931', 'EN 16931 (Comfort)'), ('extended', 'Extended')]
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' string='Factur-X Logo'
  • facturx_refund_type Selection
    default='381' string='Factur-X Refund Type' args: [('380', 'Type 380 with negative amounts'), ('381', 'Type 381 with positive amounts')]
  • xml_format_in_pdf_invoice Selection
    default='factur-x' ondelete={'factur-x': 'set null'} selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

New fields (2)
  • facturx_level Selection
    readonly=False related='company_id.facturx_level'
  • facturx_refund_type Selection
    readonly=False related='company_id.facturx_refund_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/14.0/account_invoice_facturx
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYInvoicing Management
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, OCA Transbot, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_einvoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES factur-x<=3.1
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_invoice_facturx_logo report_invoice_facturx_logo ir.ui.view qweb Inherits account.report_invoice_document
view_account_config_settings account_invoice_facturx.res.config.settings res.config.settings div Inherits account_einvoice_generate.view_account_config_settings
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_content)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • facturx_level Selection
    default='en16931' help="Unless if you have a good reason, you should always select 'EN 16931 (Comfort)', which is the default value." string='Factur-X Level' args: [('minimum', 'Minimum'), ('basicwl', 'Basic without lines'), ('basic', 'Basic'), ('en16931', 'EN 16931 (Comfort)'), ('extended', 'Extended')]
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' string='Factur-X Logo'
  • facturx_refund_type Selection
    default='381' string='Factur-X Refund Type' args: [('380', 'Type 380 with negative amounts'), ('381', 'Type 381 with positive amounts')]
  • xml_format_in_pdf_invoice Selection
    default='factur-x' ondelete={'factur-x': 'set null'} selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

New fields (2)
  • facturx_level Selection
    readonly=False related='company_id.facturx_level'
  • facturx_refund_type Selection
    readonly=False related='company_id.facturx_refund_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/13.0/account_invoice_facturx
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYInvoicing Management
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, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Orsi
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_e-invoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES factur-x
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_invoice_facturx_logo report_invoice_facturx_logo ir.ui.view qweb Inherits account.report_invoice_document
view_account_config_settings account_invoice_facturx.res.config.settings res.config.settings div Inherits account_e-invoice_generate.view_account_config_settings
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_content)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • facturx_level Selection
    default='en16931' help="Unless if you have a good reason, you should always select 'EN 16931 (Comfort)', which is the default value." string='Factur-X Level' args: [('minimum', 'Minimum'), ('basicwl', 'Basic without lines'), ('basic', 'Basic'), ('en16931', 'EN 16931 (Comfort)'), ('extended', 'Extended')]
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' readonly=True string='Factur-X Logo'
  • facturx_refund_type Selection
    default='381' string='Factur-X Refund Type' args: [('380', 'Type 380 with negative amounts'), ('381', 'Type 381 with positive amounts')]
  • xml_format_in_pdf_invoice Selection
    default='factur-x' selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

New fields (2)
  • facturx_level Selection
    readonly=False related='company_id.facturx_level'
  • facturx_refund_type Selection
    readonly=False related='company_id.facturx_refund_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/12.0/account_invoice_facturx
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYInvoicing Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Alexis de Lattre, OCA Transbot, Miquel Raïch, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - uom_unece
    - account_tax_unece
    - base_unece
    - account_payment_unece
OCA/edi:
    - account_e-invoice_generate
    - base_facturx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES facturx
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_invoice_facturx_logo report_invoice_facturx_logo ir.ui.view qweb Inherits account.report_invoice_document
view_account_config_settings account_invoice_facturx.res.config.settings res.config.settings div Inherits account_e-invoice_generate.view_account_config_settings
view_partner_form factur-x.country.required.on.res.partner res.partner xpath Inherits base.view_partner_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • generate_facturx_xml(self)
    @api.multi
  • regular_pdf_invoice_to_facturx_invoice(self, pdf_content)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • facturx_level Selection
    default='en16931' help="Unless if you have a good reason, you should always select 'EN 16931 (Comfort)', which is the default value." string='Factur-X Level' args: [('minimum', 'Minimum'), ('basicwl', 'Basic without lines'), ('basic', 'Basic'), ('en16931', 'EN 16931 (Comfort)'), ('extended', 'Extended')]
  • facturx_logo Binary
    compute='_compute_facturx_logo' help='Logo to include in the visible part of Factur-X invoices' readonly=True string='Factur-X Logo'
  • facturx_refund_type Selection
    default='381' string='Factur-X Refund Type' args: [('380', 'Type 380 with negative amounts'), ('381', 'Type 381 with positive amounts')]
  • xml_format_in_pdf_invoice Selection
    default='factur-x' selection_add=[('factur-x', 'Factur-X (CII)')]
Public methods (0)

No public methods.

New fields (2)
  • facturx_level Selection
    readonly=False related='company_id.facturx_level'
  • facturx_refund_type Selection
    readonly=False related='company_id.facturx_refund_type'
Public methods (0)

No public methods.