Odoo18-Base/addons/l10n_cf/__manifest__.py

25 lines
588 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'name': "Central African Republic - Accounting",
'countries': ['cf'],
'category': 'Accounting/Localizations/Account Charts',
'description': """
This module implements the tax for Central African Republic.
=================================================================
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',
}