You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gn_odoo/gn_l10n_fr_pcg_asso/__manifest__.py

28 lines
949 B
Python

{
"name": "France - ONG Chart of Account",
"version": "16.0.0.0.3",
"category": "Accounting/Localizations/Account Charts",
"summary": "Fork of l10n_fr_oca for ONG",
"author": "Le Garage Numérique",
"maintainers": ["alexis-via"],
"website": "https://odoo.legaragenumerique.fr",
"depends": [
"account_tax_unece",
"l10n_fr_oca"
],
"data": [
"data/l10n_fr_chart_data.xml",
"data/account.account.template.csv",
"data/account.group.template.csv",
"data/account_chart_template_data.xml",
"data/account_data.xml",
"data/account_tax_data.xml",
"data/account_account_template_default_tax.xml",
"data/account_fiscal_position_template_data.xml",
"data/account_reconcile_model_template.xml",
"data/account_chart_template_configure_data.xml",
],
"post_init_hook": "_l10n_fr_post_init_hook",
"license": "LGPL-3",
}