From 1581c9b8d7eb2a6c827dc7fda7be615627ca805f Mon Sep 17 00:00:00 2001
From: Benjamin <benjamin@le-filament.com>
Date: Fri, 27 Mar 2020 17:29:55 +0100
Subject: [PATCH] =?UTF-8?q?[cgscop=20#107]=20modification=20libell=C3=A9s?=
 =?UTF-8?q?=20types?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 models/scop_partner_staff.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/models/scop_partner_staff.py b/models/scop_partner_staff.py
index 868c73b..b108d22 100644
--- a/models/scop_partner_staff.py
+++ b/models/scop_partner_staff.py
@@ -24,8 +24,8 @@ class ScopPartnerStaff(models.Model):
         required=True,
         default=lambda self: self.env.uid)
     type_entry = fields.Selection([
-        ('questionnaire', 'Manuel'),
-        ('questionnaire_inscription', 'Manuel'),
+        ('questionnaire', 'Questionnaire'),
+        ('questionnaire_inscription', 'Questionnaire Inscription'),
         ('regul_ur', 'Régularisation UR'),
         ('regul_cg', 'Régularisation CG'),
         ('regul_diane', 'Régularisation Diane')],
-- 
GitLab