1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_mx_edi_stock_30/__manifest__.py
2024-12-10 09:04:09 +07:00

20 lines
654 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": """Mexico - Electronic Delivery Guide - Version 3.0""",
'countries': ['mx'],
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'description': "Version 3.0 of the delivery guide (Complemento XML Carta de Porte).",
'depends': ['l10n_mx_edi_stock'],
'data': [
'data/cfdi_cartaporte.xml',
'views/l10n_mx_edi_vehicle_views.xml',
'views/report_cartaporte.xml',
'views/stock_picking_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}