diff --git a/models/scop_period.py b/models/scop_period.py index c8454a64e857e0ba45c719822622a0f527110011..107299e30bbe5de420fae8f243d18eb536b81e80 100644 --- a/models/scop_period.py +++ b/models/scop_period.py @@ -25,6 +25,7 @@ class ScopPeriod(models.Model): ('acti', "Changement d'activité (NAF)"), ('adr', "Changement d'adresse"), ('nom', "Changement de dénomination sociale"), + ('dreets', "Radiation DREETS"), ('deces', 'Décès'), ('autr', "Autres")], string='Motif de fin de validité') diff --git a/wizard/scop_period_wizard.py b/wizard/scop_period_wizard.py index f00b2747cf8bc81c90bf9c50c0d9afbc4a178ece..d3ee8659572f6308e8930af16be2c24e6608ccbd 100644 --- a/wizard/scop_period_wizard.py +++ b/wizard/scop_period_wizard.py @@ -112,6 +112,7 @@ class ScopPeriodWizard(models.TransientModel): ('acti', "Changement d'activité (NAF)"), ('adr', "Changement d'adresse"), ('nom', "Changement de dénomination sociale"), + ('dreets', "Radiation DREETS"), ('autr', "Autres")], string='Motif') comments = fields.Text('Commentaires')