From 94becb864fbb52f9dcf076d82556fc28d5aed543 Mon Sep 17 00:00:00 2001 From: oihane Date: Fri, 2 Oct 2015 11:44:07 +0200 Subject: [PATCH] [FIX] Duplicated BoM view causes crash when installing both modules * mrp_bom_reference_selection : Changed view id to enable use in other modules * mrp_bom_version : View copied to match the one in other modules --- mrp_bom_version/views/mrp_bom_view.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mrp_bom_version/views/mrp_bom_view.xml b/mrp_bom_version/views/mrp_bom_view.xml index f802cc849..e96b51c9b 100644 --- a/mrp_bom_version/views/mrp_bom_view.xml +++ b/mrp_bom_version/views/mrp_bom_view.xml @@ -5,13 +5,14 @@ ['|',('active','=',True),('active','=',False)] - - mrp.bom.tree.parent.view + + mrp.bom.tree mrp.bom - - + + +