Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • e77ea625bcb19dddc62f75102a6bd9cff83712fa
  • 14.0 par défaut
  • 12.0 protégée
  • 13.0
4 résultats

__manifest__.py

Blame
  • __manifest__.py 1,56 Kio
    {
        "name": "CG SCOP - Cotisations CG",
        "summary": "CG SCOP - Cotisations CG Scop",
        "version": "12.1.1.0",
        "author": "Le Filament",
        "license": "AGPL-3",
        "application": False,
        "installable": True,
        "depends": [
            "account",
            "l10n_fr",
            "lefilament_export_journal_tool",
            "cgscop_cotisation",
            "queue_job_batch",
        ],
        "data": [
            # 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",
            "datas/ir_sequence_data.xml",
            # Reports
            "report/report_scop_bordereau.xml",
            "report/report_scop_bordereau_payments.xml",
            "report/report_scop_bordereau_refund.xml",
            # Views
            "views/account_invoice.xml",
            "views/res_config_settings.xml",
            "views/scop_cotisation_cg.xml",
            "views/scop_cotisation_simulation.xml",
            "views/scop_liasse_fiscale.xml",
            # Wizards
            "wizard/export_journal_wizard_view.xml",
            "wizard/scop_cotisation_cg_regul_wizard.xml",
            "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 dependency view
            "views/scop_bordereau_cg.xml",
        ]
    }