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

27 lines
688 B
Python

# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Mexico - Month 13 Trial Balance",
'countries': ['mx'],
"summary": "Mexico Month 13 Trial Balance Report",
"version": "1.0",
"author": "Vauxoo / Odoo",
"category": "Accounting/Localizations/Reporting",
"website": "http://www.odoo.com",
"license": "OEEL-1",
"depends": [
"l10n_mx_reports",
],
"data": [
"views/account_move_views.xml",
],
'assets': {
'web.assets_backend': [
'l10n_mx_reports_closing/static/src/components/**/*',
],
},
"installable": True,
"auto_install": True,
}