From 4a437f7b475945b7e217e30dccc9d5a903c93830 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 e551a4a..5b16592 100644 --- a/beesdoo_shift/models/cooperative_status.py +++ b/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'),