25 lines
574 B
Python
25 lines
574 B
Python
|
{
|
||
|
'name': "Guinea Equatorial - Accounting",
|
||
|
'countries': ['gq'],
|
||
|
'category': 'Accounting/Localizations/Account Charts',
|
||
|
'description': """
|
||
|
This module implements the tax for Guinea Equatorial.
|
||
|
=================================================================
|
||
|
|
||
|
The Chart of Accounts is from SYSCOHADA.
|
||
|
|
||
|
""",
|
||
|
'depends': [
|
||
|
'l10n_syscohada',
|
||
|
'account',
|
||
|
],
|
||
|
'auto_install': ['account'],
|
||
|
'data': [
|
||
|
'data/account_tax_report_data.xml'
|
||
|
],
|
||
|
'demo': [
|
||
|
'demo/demo_company.xml',
|
||
|
],
|
||
|
'license': 'LGPL-3',
|
||
|
}
|