Account Invoice UBL PEPPOL

account_invoice_ubl_peppol
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/14.0/account_invoice_ubl_peppol
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sunflower IT
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sunflower IT
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, oca-ci, bosd
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:
    - account_payment_unece
    - base_unece
    - uom_unece
    - account_tax_unece
OCA/edi:
    - account_invoice_ubl
    - account_einvoice_generate
    - base_ubl_payment
    - base_ubl
    - pdf_helper
OCA/partner-contact:
    - partner_coc
    - partner_identification
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
    - contacts
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pypdf>=3.1.0,<5.0
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
peppol_eas_list_form peppol.eas.list form New
peppol_eas_list_search peppol.eas.list search New
unece_code_list_tree peppol.eas.list tree New
view_account_config_settings res.config.settings xpath Inherits account_einvoice_generate.view_account_config_settings
view_res_country_extended_form view_res_country_extended_form res.country xpath Inherits base.view_country_form
Models touched (6)

New fields (0)

No new fields.

Public methods (1)
  • generate_ubl_xml_string(self, version='2.1')

New fields (4)
  • active Boolean
    default=True
  • code Char
    copy=False required=True
  • display_name Char
    compute='_compute_display_name' store=True
  • name Char
    copy=False required=True
Public methods (1)
  • name_get(self)

New fields (3)
  • ubl_default_tax Many2one → account.tax
    comodel_name='account.tax' help='According to PEPPOL BR-CO-18, an invoice must always have a tax subtotal, but for example non-profits are exempt from charging VAT. With this option you can choose a default tax to use.' string='Default tax'
  • ubl_default_uom_id Many2one → uom.uom
    comodel_name='uom.uom' help='Use this unit if an invoice line has no unit or product unit' string='Default UoM'
  • ubl_domain_peppol Text
    default=DEFAULT_DOMAIN_PEPPOL help='Use this domain to determine which UBL invoices should have PEPPOL dialect.' string='PEPPOL domain'
Public methods (1)
  • get_ubl_domain_peppol(self)

New fields (3)
  • ubl_default_tax Many2one → account.tax
    comodel_name='account.tax' readonly=False related='company_id.ubl_default_tax'
  • ubl_default_uom_id Many2one → uom.uom
    comodel_name='uom.uom' readonly=False related='company_id.ubl_default_uom_id'
  • ubl_domain_peppol Text
    readonly=False related='company_id.ubl_domain_peppol'
Public methods (0)

No public methods.

New fields (1)
  • peppol_eas_code Many2one → peppol.eas.list
    args: 'peppol.eas.list', 'EAS code'
Public methods (0)

No public methods.

New fields (0)

No new fields.

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_ubl_peppol
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sunflower IT
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sunflower IT
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Tom Blauwendraat, oca-ci
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:
    - account_payment_unece
    - base_unece
    - uom_unece
    - account_tax_unece
OCA/edi:
    - account_invoice_ubl
    - account_e-invoice_generate
    - base_ubl_payment
    - base_ubl
OCA/partner-contact:
    - partner_coc
    - partner_identification
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
    - contacts
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES lxml
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
peppol_eas_list_form peppol.eas.list form New
peppol_eas_list_search peppol.eas.list search New
unece_code_list_tree peppol.eas.list tree New
view_account_config_settings res.config.settings xpath Inherits account_e-invoice_generate.view_account_config_settings
view_res_country_extended_form view_res_country_extended_form res.country xpath Inherits base.view_country_form
Models touched (6)

New fields (0)

No new fields.

Public methods (1)
  • generate_ubl_xml_string(self, version='2.1')

New fields (4)
  • active Boolean
    default=True
  • code Char
    copy=False required=True
  • display_name Char
    compute='_compute_display_name' store=True
  • name Char
    copy=False required=True
Public methods (1)
  • name_get(self)

New fields (3)
  • ubl_default_tax Many2one → account.tax
    comodel_name='account.tax' help='According to PEPPOL BR-CO-18, an invoice must always have a tax subtotal, but for example non-profits are exempt from charging VAT. With this option you can choose a default tax to use.' string='Default tax'
  • ubl_default_uom_id Many2one → uom.uom
    comodel_name='uom.uom' help='Use this unit if an invoice line has no unit or product unit' string='Default UoM'
  • ubl_domain_peppol Text
    default=DEFAULT_DOMAIN_PEPPOL help='Use this domain to determine which UBL invoices should have PEPPOL dialect.' string='PEPPOL domain'
Public methods (1)
  • get_ubl_domain_peppol(self)

New fields (3)
  • ubl_default_tax Many2one → account.tax
    comodel_name='account.tax' readonly=False related='company_id.ubl_default_tax'
  • ubl_default_uom_id Many2one → uom.uom
    comodel_name='uom.uom' readonly=False related='company_id.ubl_default_uom_id'
  • ubl_domain_peppol Text
    readonly=False related='company_id.ubl_domain_peppol'
Public methods (0)

No public methods.

New fields (1)
  • peppol_eas_code Many2one → peppol.eas.list
    args: 'peppol.eas.list', 'EAS code'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.