Odoo18-Base/addons/purchase_edi_ubl_bis3/__manifest__.py
2025-01-06 10:57:38 +07:00

18 lines
552 B
Python

{
'name': "Import/Export electronic orders with UBL",
'version': '1.0',
'category': 'Inventory/Purchase',
'description': """
Allows to export and import formats: UBL Bis 3.
When generating the PDF on the order, the PDF will be embedded inside the xml for all UBL formats. This allows the
receiver to retrieve the PDF with only the xml file.
""",
'depends': ['purchase', 'account_edi_ubl_cii'],
'data': [
'data/bis3_templates.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}