Odoo18-Base/addons/l10n_qa/__manifest__.py
2025-01-06 10:57:38 +07:00

21 lines
530 B
Python

{
'name': 'Qatar - Accounting',
'countries': ['qa'],
'description': """
This is the base module to manage the accounting chart for Qatar in Odoo.
==============================================================================
Qatar accounting basic charts and localization.
Activates:
- Chart of accounts
""",
'category': 'Accounting/Localizations/Account Charts',
'version': '1.0',
'depends': [
'account',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}