From 77c25aa3cf8f7f9ec9a3238819f05a5b63fcf327 Mon Sep 17 00:00:00 2001 From: Elouan Le Bars Date: Mon, 27 Jan 2020 17:59:25 +0100 Subject: [PATCH] [REF] b_shift : code cleaning --- beesdoo_shift/models/cooperative_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),