From 9b80380d5ac9279477ddae6d0e8956ed4a4c8578 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Wed, 26 Nov 2008 12:21:43 +0100 Subject: [PATCH] modifs bzr revid: fp@tinyerp.com-20081126112143-1dh5xhdmt9jc0w9j --- addons/mrp/mrp_view.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 2f378f94e69..77a183a082c 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -402,6 +402,22 @@ + + + mrp.production.gantt + mrp.production + gantt + + + + + + + + + + + mrp.production.graph mrp.production @@ -489,7 +505,7 @@ ir.actions.act_window mrp.production form - tree,form,calendar,graph + tree,form,calendar,graph,gantt @@ -499,7 +515,7 @@ ir.actions.act_window mrp.production form - tree,form,calendar,graph + tree,form,calendar,graph,gantt [('state','=','ready')] @@ -508,7 +524,7 @@ ir.actions.act_window mrp.production form - tree,form,calendar,graph + tree,form,calendar,graph,gantt [('state','=','in_production')] @@ -517,7 +533,7 @@ ir.actions.act_window mrp.production form - tree,form,calendar,graph + tree,form,calendar,graph,gantt [('state','=','confirmed')] @@ -527,7 +543,7 @@ ir.actions.act_window mrp.production form - form,tree,calendar,graph + form,tree,calendar,graph,gantt