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