Base UBL Parse

base_ubl_parse
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/19.0/base_ubl_parse
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Camptocamp, Onestein
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Camptocamp, Onestein
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Maksym Yankin
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/edi:
    - base_ubl
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module contains methods to parse UBL files. This
module doesn't do anything useful by itself,
but it can be used by other modules to process UBL data.
Examples:

- *sale_order_import_ubl* that imports UBL sale orders.
- *account_invoice_import_ubl* that imports UBL invoices,

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (8)
  • ubl_parse_address(self, address_node, ns)
    @api.model
  • ubl_parse_customer_party(self, party_node, ns)
    @api.model
  • ubl_parse_delivery(self, delivery_node, ns)
    @api.model
  • ubl_parse_delivery_details(self, delivery_node, ns)
    @api.model
  • ubl_parse_incoterm(self, delivery_term_node, ns)
  • ubl_parse_party(self, party_node, ns)
    @api.model
  • ubl_parse_product(self, line_node, ns)
  • ubl_parse_supplier_party(self, party_node, ns)
    @api.model
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/18.0/base_ubl_parse
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Camptocamp, Onestein
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Camptocamp, Onestein
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/edi:
    - base_ubl
odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module contains methods to parse UBL files. This
module doesn't do anything useful by itself,
but it can be used by other modules to process UBL data.
Examples:

- *sale_order_import_ubl* that imports UBL sale orders.
- *account_invoice_import_ubl* that imports UBL invoices,

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (8)
  • ubl_parse_address(self, address_node, ns)
    @api.model
  • ubl_parse_customer_party(self, party_node, ns)
    @api.model
  • ubl_parse_delivery(self, delivery_node, ns)
    @api.model
  • ubl_parse_delivery_details(self, delivery_node, ns)
    @api.model
  • ubl_parse_incoterm(self, delivery_term_node, ns)
  • ubl_parse_party(self, party_node, ns)
    @api.model
  • ubl_parse_product(self, line_node, ns)
  • ubl_parse_supplier_party(self, party_node, ns)
    @api.model