Newer
Older
# © 2022 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "CG SCOP - Cotisations",
"summary": "CG SCOP - Cotisations",
"version": "12.0.1.1.0",
"development_status": "Production/Stable",
"author": "Le Filament",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account",
"cgscop_liste_ministere",
],
"data": [
"security/ir.model.access.csv",
"views/account_invoice.xml",
"views/account_payment_order.xml",

Benjamin - Le Filament
a validé
"views/account_payment_line.xml",
"views/res_partner.xml",
"views/scop_cotisation_task.xml",
"report/scop_contribution_report.xml",
"qweb": [
"static/src/xml/*.xml",
],
'post_init_hook': '_configure_journals',
}