From f988dcd875b4f1a9149baa314c48d3c84c77e260 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Mon, 5 Dec 2022 12:24:13 +0100
Subject: [PATCH] [UPD]Delete Noopen True task_id

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

diff --git a/views/hr_timesheet_views.xml b/views/hr_timesheet_views.xml
index 82e0352..9422520 100644
--- a/views/hr_timesheet_views.xml
+++ b/views/hr_timesheet_views.xml
@@ -20,7 +20,7 @@
                 <field name="task_id" position="attributes">
                     <attribute
                         name="options"
-                    >{'no_create': true, 'no_open': true, 'limit': 20,}</attribute>
+                    >{'no_create': true, 'limit': 20,}</attribute>
                     <attribute name="required">True</attribute>
                 </field>
             </field>
-- 
GitLab