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

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',
}