Browse Source

[REF] b_shift : code cleaning

pull/143/head
Elouan Le Bars 4 years ago
parent
commit
4a437f7b47
  1. 2
      beesdoo_shift/models/cooperative_status.py

2
beesdoo_shift/models/cooperative_status.py

@ -69,7 +69,7 @@ class CooperativeStatus(models.Model):
exempt_reason_id = fields.Many2one('cooperative.exempt.reason', 'Exempt Reason')
status = fields.Selection([('ok', 'Up to Date'),
('holiday', 'Holidays'),
('alert', 'Alerte'),
('alert', 'Alert'),
('extension', 'Extension'),
('suspended', 'Suspended'),
('exempted', 'Exempted'),

Loading…
Cancel
Save