diff --git a/gn_account_pcg_asso/__init__.py b/gn_account_pcg_asso/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/gn_account_pcg_asso/__manifest__.py b/gn_account_pcg_asso/__manifest__.py new file mode 100644 index 0000000..afe0c18 --- /dev/null +++ b/gn_account_pcg_asso/__manifest__.py @@ -0,0 +1,20 @@ +# 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" + ], +} diff --git a/gn_account_pcg_asso/data/l10n_fr_asso_chart_data.xml b/gn_account_pcg_asso/data/l10n_fr_asso_chart_data.xml new file mode 100644 index 0000000..3a7f150 --- /dev/null +++ b/gn_account_pcg_asso/data/l10n_fr_asso_chart_data.xml @@ -0,0 +1,8 @@ + + + + + Plan Comptable Général Associatif (France) + + + \ No newline at end of file