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

25 lines
643 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Portugal - Accounting Reports',
'countries': ['pt'],
'version': '1.0',
'description': """
Accounting reports for Portugal
================================
""",
'category': 'Accounting/Localizations/Reporting',
'depends': ['l10n_pt', 'account_reports'],
'data': [
'data/profit_loss.xml',
'data/balance_sheet.xml',
'data/account_report_ec_sales_list_report.xml',
],
'auto_install': ['l10n_pt', 'account_reports'],
'installable': True,
'license': 'OEEL-1',
}