forked from Mapan/odoo17e
25 lines
720 B
Python
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,
|
|
}
|