From 6af5442cecc31af9be1bb80ea022aa9a4854a804 Mon Sep 17 00:00:00 2001 From: Quentin Mondot Date: Tue, 18 Nov 2025 10:55:37 +0100 Subject: [PATCH] [IMP] project_parent_task : filter finished task --- project_parent_task/views/project_task.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_parent_task/views/project_task.xml b/project_parent_task/views/project_task.xml index 28fe2bc..dc6e748 100644 --- a/project_parent_task/views/project_task.xml +++ b/project_parent_task/views/project_task.xml @@ -6,7 +6,7 @@ - [('project_id','=', project_id)] + [('project_id','=', project_id), ('stage_id.fold', '=', False)]