Odoo18-Base/addons/l10n_ec_stock/__manifest__.py
2025-03-10 10:52:11 +07:00

17 lines
422 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Ecuador - Stock',
'icon': '/account/static/description/l10n.png',
'version': '1.0',
'description': """Ecuador - Stock""",
'category': 'Accounting/Localizations',
'depends': [
'l10n_ec',
'stock',
],
'auto_install': True,
'post_init_hook': 'post_init_hook',
'license': 'LGPL-3',
}