diff --git a/beesdoo_shift/models/cooperative_status.py b/beesdoo_shift/models/cooperative_status.py index 9e6a142..364f947 100644 --- a/beesdoo_shift/models/cooperative_status.py +++ b/beesdoo_shift/models/cooperative_status.py @@ -71,7 +71,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'),