From 1f83d973b634ab4e34425682c3e5b3cf1026b5f1 Mon Sep 17 00:00:00 2001 From: Koumba Tra Date: Thu, 2 Nov 2023 16:55:26 +0100 Subject: [PATCH] start l10n fr asso module --- gn_account_pcg_asso/__init__.py | 0 gn_account_pcg_asso/__manifest__.py | 20 +++++++++++++++++++ .../data/l10n_fr_asso_chart_data.xml | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 gn_account_pcg_asso/__init__.py create mode 100644 gn_account_pcg_asso/__manifest__.py create mode 100644 gn_account_pcg_asso/data/l10n_fr_asso_chart_data.xml 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