TIP: You can type at any time to perform a new search.
Base UBL Parse
base_ubl_parse · OCA/edi
- Repository
- OCA/edi · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Hidden
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/edi
- Last tracking update
- 2026-08-07 09:06:21
- Authors
- Camptocamp, Akretion, Odoo Community Association (OCA), Onestein
- Maintainers
- Camptocamp, Akretion, Odoo Community Association (OCA), Onestein
- Committers
- Maksym Yankin, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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.
HTTP endpoints (0)
No HTTP endpoints 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
Loading…