From 10984ad49a3755bc8f8e136f7264c65ad5e777ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20Sausin=20=28Num=C3=A9rigraphe=29?= Date: Tue, 23 Sep 2014 10:53:11 +0200 Subject: [PATCH] [FIX] project: don't use planned_hours in project gantt The gantt view does not have enough data to properly display a project's length based on only the planned hours. It also makes it impossible to change the project's length using drag & drop. It's safer to simply display the start and end dates recorded in the project Fixes #2632 --- addons/project/project_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/project/project_view.xml b/addons/project/project_view.xml index 04d5c0fb104..89a3d1fca2f 100644 --- a/addons/project/project_view.xml +++ b/addons/project/project_view.xml @@ -281,7 +281,7 @@ project.project.gantt project.project - +