[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
This commit is contained in:
oihane
2015-10-02 11:44:07 +02:00
parent bddc268fdd
commit 073b352399
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<openerp>
<data>
<record id="mrp_bom_tree_view" model="ir.ui.view">
<record id="mrp.mrp_bom_tree_parent_view" model="ir.ui.view">
<field name="name">mrp.bom.tree</field>
<field name="model">mrp.bom</field>
<field name="arch" type="xml">