Odoo18-Base/addons/l10n_syscohada/__manifest__.py
2025-03-10 10:52:11 +07:00

28 lines
895 B
Python

{
'name': 'OHADA - Accounting',
'category': 'Accounting/Localizations/Account Charts',
'icon': '/l10n_syscohada/static/description/icon.jpeg',
'description': """
This module implements the accounting chart for OHADA area.
===========================================================
It allows any company or association to manage its financial accounting.
Countries that use OHADA are the following:
-------------------------------------------
Benin, Burkina Faso, Cameroon, Central African Republic, Comoros, Congo,
Ivory Coast, Gabon, Guinea, Guinea Bissau, Equatorial Guinea, Mali, Niger,
Democratic Republic of the Congo, Senegal, Chad, Togo.
""",
'website': 'http://biblio.ohada.org/pmb/opac_css/doc_num.php?explnum_id=2063',
'depends': [
'account',
],
'data': [
'data/menuitem_data.xml',
],
'license': 'LGPL-3',
}