Skip to content
Snippets Groups Projects
__manifest__.py 2.07 KiB
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 CG",
        "summary": "CG SCOP - Cotisations CG Scop",
    
        "version": "14.0.1.0.0",
    
        "author": "Le Filament",
        "license": "AGPL-3",
        "application": False,
        "installable": True,
        "depends": [
            "account",
    
            "l10n_fr",
            "lefilament_export_journal_tool",
    
            "cgscop_cotisation",
    
    jordan's avatar
    jordan committed
            # Security
    
            "security/security_rules.xml",
    
            "security/ir.model.access.csv",
    
            # Datas
            "datas/bordereau_refund_wizard_quarter_data.xml",
    
            "datas/mail_data.xml",
    
            "datas/queue_job_data.xml",
    
    jordan's avatar
    jordan committed
            "datas/ir_sequence_data.xml",
    
            "templates/report_scop_bordereau.xml",
            "templates/report_scop_bordereau_payments.xml",
    
            "templates/report_union_sociale.xml",
    
    jordan's avatar
    jordan committed
            # Views
    
            "views/account_move.xml",
    
            "views/res_config_settings.xml",
    
            "views/scop_cotisation_cg.xml",
    
            "views/scop_cotisation_simulation.xml",
            "views/scop_liasse_fiscale.xml",
    
    jordan's avatar
    jordan committed
            # Wizards
    
            "wizard/export_journal_wizard_view.xml",
    
            "wizard/mandate_change_bordereau_wizard.xml",
    
    jordan's avatar
    jordan committed
            "wizard/scop_cotisation_cg_regul_wizard.xml",
    
            "wizard/scop_bordereau_deadline_wizard.xml",
    
    jordan's avatar
    jordan committed
            "wizard/scop_bordereau_update_liasse_wizard.xml",
            "wizard/scop_bordereau_payment_mode_wizard.xml",
            "wizard/scop_bordereau_refund_wizard.xml",
    
            "wizard/scop_cotisation_cg_wizard.xml",
    
            "wizard/scop_bordereau_update_confirm_view.xml",
    
            "wizard/scop_bordereau_validate_confirm_view.xml",
    
            "wizard/scop_update_liasse_wizard.xml",
    
    jordan's avatar
    jordan committed
            # Wizard dependency view
            "views/scop_bordereau_cg.xml",
    
            # Menus
            "views/menus.xml",
    
        ],
        "external_dependencies": {
            "python": [
                "unidecode",
            ],
        },