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

14 lines
429 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Spain - Accounting Reports (2024 Update)",
'description': """
Modelo 303: Extra fields regarding Rectificación
""",
'category': 'Accounting/Localization',
'version': '1.0',
'depends': ['l10n_es_reports'],
'data': ['wizard/aeat_boe_export_wizards.xml'],
'auto_install': True,
'license': 'OEEL-1',
}