forked from Mapan/odoo17e
22 lines
560 B
Python
22 lines
560 B
Python
# coding: utf-8
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Odoo Mexico Localization for Stock/Landing',
|
|
'countries': ['mx'],
|
|
'summary': 'Generate Electronic Invoice with custom numbers',
|
|
'version': '1.0',
|
|
'category': 'Accounting/Localizations/EDI',
|
|
'depends': [
|
|
'stock_landed_costs',
|
|
'sale_management',
|
|
'sale_stock',
|
|
'l10n_mx_edi_extended',
|
|
],
|
|
'data': [
|
|
'views/stock_landed_cost.xml',
|
|
],
|
|
'installable': True,
|
|
'license': 'OEEL-1',
|
|
}
|