Repository
OCA/edi · module folder · Try on Runboat
Module version
1.0.1
Category
Sales Management
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 08:42:55
Authors
Camptocamp, Akretion, Odoo Community Association (OCA)
Maintainers
Camptocamp, Akretion, Odoo Community Association (OCA)
Committers
Simone Orsi, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_order_import_ubl_customer_free_ref, sale_order_import_ubl_line_customer_ref, sale_order_import_ubl_requested_delivery
Description
This module adds support for the import of electronic RFQ and orders
that comply with the [Universal Business Language
(UBL)](http://ubl.xml.org/) standard. The UBL standard became the
[ISO/IEC
19845](http://www.iso.org/iso/catalogue_detail.htm?csnumber=66370)
standard in December 2015 (cf the official announce
[http://www.prweb.com/releases/2016/01/prweb13186919.htm](http://www.prweb.com/releases/2016/01/prweb13186919.htm)). Two file
formats are supported by this module:

- UBL XML file,
- PDF file with an embedded UBL XML file.

You can use the OCA module *purchase_order_ubl* to generate RFQs or
purchase orders in PDF format with an embedded UBL XML file.

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 (5)
  • base_ubl(self)
    @property
  • parse_ubl_sale_order(self, xml_root)
    @api.model
  • parse_ubl_sale_order_line(self, line, ns)
    @api.model
  • parse_ubl_sale_order_line_note(self, line, ns)
    Collect all notes for a given order line.
  • parse_xml_order(self, data, detect_doc_type=False)
    @api.model

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…