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

25 lines
720 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Odoo Mexican XML Polizas Export",
'countries': ['mx'],
"summary": "XML Export of the Journal Entries for the Mexican Tax Authorities for a compulsory audit.",
"version": "0.1",
"author": "Odoo",
"category": "Accounting/Localizations/Reporting",
"website": "http://www.odoo.com/",
"license": "OEEL-1",
"depends": [
"l10n_mx_reports",
"l10n_mx_edi",
],
"data": [
"security/ir.model.access.csv",
"data/templates/xml_polizas.xml",
"wizard/xml_polizas_wizard_view.xml",
],
"installable": True,
"auto_install": True,
}