start l10n fr asso module

This commit is contained in:
Koumba TRAORE 2023-11-02 16:55:26 +01:00
parent e675bcf9e4
commit 1f83d973b6
3 changed files with 28 additions and 0 deletions

View File

View File

@ -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"
],
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<record id="l10n_fr_oca.l10n_fr_pcg_chart_template" model="account.chart.template">
<field name="name">Plan Comptable Général Associatif (France)</field>
</record>
</data>
</odoo>