Repository
OCA/edi · module folder · Try on Runboat
Module version
1.3.0
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 07:47:38
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Florent Xicluna, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
pypdf>=3.1.0,<5.0
System dependencies
None
Required by
product_import_ubl
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_import_form product.import.form product.import form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • product_file Binary
    help='Upload a Product Catalogue' required=True string='Product Catalogue'
  • product_filename Char
    string='Filename'
Public methods (5)
  • create_product(self, parsed_product, chatter_msg, seller=None)
    @api.model
  • import_button(self)
  • parse_product_catalogue(self, product_file, product_filename)
    @api.model
  • parse_xml_catalogue(self, xml_root, detect_doc_type=False)
    @api.model
  • product_file_change(self)
    @api.onchange('product_file')