| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/19.0/base_ubl_parse |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp, Onestein |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp, Onestein |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Maksym Yankin |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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, |
No views found for this module.
No new fields.
Public methods (8)ubl_parse_address(self, address_node, ns)
ubl_parse_customer_party(self, party_node, ns)
ubl_parse_delivery(self, delivery_node, ns)
ubl_parse_delivery_details(self, delivery_node, ns)
ubl_parse_incoterm(self, delivery_term_node, ns)
ubl_parse_party(self, party_node, ns)
ubl_parse_product(self, line_node, ns)
ubl_parse_supplier_party(self, party_node, ns)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/18.0/base_ubl_parse |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp, Onestein |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp, Onestein |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, Simone Orsi, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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, |
No views found for this module.
No new fields.
Public methods (8)ubl_parse_address(self, address_node, ns)
ubl_parse_customer_party(self, party_node, ns)
ubl_parse_delivery(self, delivery_node, ns)
ubl_parse_delivery_details(self, delivery_node, ns)
ubl_parse_incoterm(self, delivery_term_node, ns)
ubl_parse_party(self, party_node, ns)
ubl_parse_product(self, line_node, ns)
ubl_parse_supplier_party(self, party_node, ns)