From 05f1a7886c21b5c88a3f13b3c07398b72a3a5334 Mon Sep 17 00:00:00 2001 From: SimoRubi Date: Mon, 17 Sep 2018 18:06:43 +0200 Subject: [PATCH] [FIX] project: project does not have hierarchical structure anymore The action is not used anywhere but was not working Closes #27034 --- addons/project/views/project_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/project/views/project_views.xml b/addons/project/views/project_views.xml index dd183bd13af56..3f9a5bb5b36ce 100644 --- a/addons/project/views/project_views.xml +++ b/addons/project/views/project_views.xml @@ -588,7 +588,7 @@ action = model.activate_sample_project() Project's tasks form tree,form,calendar,graph,kanban - [('project_id', 'child_of', [active_id])] + [('project_id', '=', active_id)] {'project_id':active_id}