start l10n fr asso module
This commit is contained in:
parent
e675bcf9e4
commit
1f83d973b6
0
gn_account_pcg_asso/__init__.py
Normal file
0
gn_account_pcg_asso/__init__.py
Normal file
20
gn_account_pcg_asso/__manifest__.py
Normal file
20
gn_account_pcg_asso/__manifest__.py
Normal 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"
|
||||||
|
],
|
||||||
|
}
|
||||||
8
gn_account_pcg_asso/data/l10n_fr_asso_chart_data.xml
Normal file
8
gn_account_pcg_asso/data/l10n_fr_asso_chart_data.xml
Normal 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>
|
||||||
Loading…
x
Reference in New Issue
Block a user