21 lines
530 B
Python
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',
|
||
|
}
|