From d40d06f68aea1fb1c8266d2f07e239dff2dc8a65 Mon Sep 17 00:00:00 2001 From: Alessandro Fiorino Date: Fri, 8 Mar 2024 01:06:26 +0100 Subject: [PATCH] [FIX] helpdesk_mgmt_project: use id instead of active_id --- helpdesk_mgmt_project/views/project_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpdesk_mgmt_project/views/project_view.xml b/helpdesk_mgmt_project/views/project_view.xml index c8c56f2383..c1787a7325 100644 --- a/helpdesk_mgmt_project/views/project_view.xml +++ b/helpdesk_mgmt_project/views/project_view.xml @@ -10,7 +10,7 @@ type="action" icon="fa-file" name="%(ticket_action_from_project)d" - context="{'search_default_project_id': active_id, 'default_project_id': active_id}" + context="{'search_default_project_id': id, 'default_project_id': id}" groups="helpdesk_mgmt.group_helpdesk_user_own" > @@ -37,7 +37,7 @@ class="o_project_kanban_box" name="%(ticket_action_from_project)d" type="action" - context="{'search_default_project_id': active_id, 'default_project_id': active_id}" + context="{'search_default_project_id': id, 'default_project_id': id}" groups="helpdesk_mgmt.group_helpdesk_user_own" >