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