Odoo18-Base/addons/l10n_gq/__manifest__.py

23 lines
522 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
{
'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',
],
'data': [
'data/account_tax_report_data.xml'
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}