oca-ocb-l10n_americas/odoo-bringout-oca-ocb-l10n_syscohada/l10n_syscohada/__manifest__.py
Ernad Husremovic 1b82c20a58 19.0 vanilla
2026-03-09 09:31:16 +01:00

28 lines
922 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',
],
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}