forked from Mapan/odoo17e
14 lines
429 B
Python
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',
|
|
}
|