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

22 lines
630 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Bangladesh - Accounting Reports',
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
'countries': ['bd'],
'version': '1.0.0',
'description': """
Accounting reports for Bangladesh
""",
'depends': [
'account_reports',
'l10n_bd',
],
'data': [
'data/corporate_tax_report.xml',
'views/account_report_menu_view.xml',
'views/res_config_settings_views.xml',
],
'auto_install': True,
'license': 'OEEL-1',
}