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

24 lines
572 B
Python

## -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Dominican Republic - Accounting Reports',
'countries': ['do'],
'version': '1.0',
'description': """
Accounting reports for Dominican Republic
""",
'category': 'Accounting/Localizations/Reporting',
'depends': [
'l10n_do',
'account_reports',
],
'data': [
'data/profit_and_loss.xml',
'data/balance_sheet.xml',
],
'auto_install': True,
'installable': True,
'license': 'OEEL-1',
}