{
    "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",
        "account_banking_sepa_direct_debit",
        "cgscop_liste_ministere",
        "cgscop_partner",
        "multi_company_menu",
    ],
    "data": [
        "security/security_rules.xml",
        "security/ir.model.access.csv",
        "views/account_invoice.xml",
        "views/account_payment_term.xml",
        "views/account_payment_order.xml",
        "views/res_config_settings.xml",
        "views/scop_cotisation_task.xml",
    ],
    'post_init_hook': '_configure_journals',
}