Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 71abadcc580295b7c9e10aa5708dc46936372dc9
  • 12.0-evo-202003 par défaut
  • 14-RV-20250324
  • 14-RV-20240830
  • 14-RV-20231222
  • 12-RV-Bug_ecrasement_date_radiation
  • 12-RV-revision-staff
  • 12-RV-copadev
  • 12-RV-Correctif-open-instagram
  • 12-RV-Tree-Coop-Ajout-effectif
  • 12.0-RV-Instagram
  • 12.0-RV-segment_visibility
  • 12.0 protégée
  • 12.0-RV-Abonnements
14 résultats

scop_period.py

Blame
  • Bifurcation depuis Le Filament / Confédération Générale des SCOP / cgscop_partner
    Le projet source a une visibilité limitée.
    __manifest__.py 804 o
    {
        "name": "CG SCOP - Cotisations AURA",
        "summary": "CG SCOP - Cotisations AURA",
        "version": "12.0.1.1.0",
        "development_status": "Production/Stable",
        "author": "Le Filament",
        "license": "AGPL-3",
        "application": False,
        "installable": True,
        "depends": [
            "account_banking_sepa_direct_debit",
            "cgscop_cotisation",
            "queue_job_batch",
        ],
        "data": [
            "security/security_rules.xml",
            "security/ir.model.access.csv",
            "views/res_config_settings.xml",
            "views/scop_cotisation_aura.xml",
            "views/account_invoice.xml",
            "views/account_payment_term.xml",
            "views/report_cotisation_aura.xml",
            "views/report_cotisation_aura_refund.xml",
            "wizard/scop_cotisation_aura_wizard.xml",
        ],
    }