From 6671f0498799289e430e160bce7e04829b9966de Mon Sep 17 00:00:00 2001
From: "CGSCOP\\hsilvant" <hsilvant@scop.coop>
Date: Mon, 10 Jul 2023 15:58:54 +0200
Subject: [PATCH] =?UTF-8?q?Affichage=20de=20la=20coop=C3=A9rative=20lors?=
 =?UTF-8?q?=20de=20la=20saisie=20d'une=20LdT?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 views/hr_timesheet.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/hr_timesheet.xml b/views/hr_timesheet.xml
index 528eee4..b6f68f5 100644
--- a/views/hr_timesheet.xml
+++ b/views/hr_timesheet.xml
@@ -100,7 +100,7 @@
                             name="partner_id"
                             domain="[('is_company', '=', True), ('ur_id', '=', ur_id)]"
                             required="True"
-                            options="{'no_open': True, 'no_create': True}"
+                            options="{'no_create': True}"
                             string="Contact"
                         />
                         <field name="name" />
-- 
GitLab