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

17 lines
512 B
Python

{
'name': "Import electronic orders with UBL",
'category': 'Sales/Sales',
'description': """
Electronic ordering module
===========================
Allows to import formats: UBL Bis 3.
When uploading or pasting Files in order list view with order related data inside XML file or PDF
File with embedded xml data will allow seller to retrieve Order data from Files.
""",
'depends': ['sale', 'account_edi_ubl_cii'],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}