Odoo18-Base/addons/l10n_bh/__manifest__.py

33 lines
815 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'name': 'Bahrain - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['bh'],
'version': '1.0',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the base module to manage the accounting chart for Bahrain in Odoo.
===========================================================================
Bahrain accounting basic charts and localization.
Activates:
- Chart of Accounts
- Taxes
- Tax reports
- Fiscal Positions
- States
""",
'depends': [
'account',
],
'data': [
'data/tax_report_full.xml',
'data/tax_report_simplified.xml',
'data/res.country.state.csv',
'data/res_country_data.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}