Skip to content
Snippets Groups Projects
__manifest__.py 970 B
Newer Older
  • Learn to ignore specific revisions
  • # © 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": "14.0.1.0.0",
    
        "author": "Le Filament",
        "license": "AGPL-3",
        "application": False,
        "installable": True,
        "depends": [
            "account",
    
    jordan's avatar
    jordan committed
            "account_banking_sepa_direct_debit",
    
            "account_payment_order",
            "cgscop_account",
            "cgscop_liasse_fiscale",
    
            "cgscop_partner",
    
        ],
        "data": [
            "security/ir.model.access.csv",
    
            "views/account_move.xml",
    
            "views/account_payment_order.xml",
    
            "views/res_config_settings.xml",
    
            "report/scop_contribution_report.xml",
    
        "qweb": [
            "static/src/xml/*.xml",
        ],
    
        "post_init_hook": "_configure_journals",