21 lines
626 B
Python
21 lines
626 B
Python
# Copyright 2023 Le Garage Numérique
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
|
|
|
|
|
|
{
|
|
"name": "Plan Comptable des Associations",
|
|
"summary": "Un plan comptable complet pour les associations loi 1901",
|
|
"version": "16.0.0.0.1",
|
|
"category": 'Accounting',
|
|
"website": "https://git.legaragenumerique.fr/odoo/gn_odoo",
|
|
"author": "Le Garage Numérique",
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
"depends": ["l10n_fr_oca"],
|
|
"development_status": "Dev",
|
|
"maintainers": ["Makayabou", "Koumba Tra"],
|
|
"data": [
|
|
"data/l10n_fr_asso_chart_data.xml"
|
|
],
|
|
}
|