diff --git a/mrp_bom_component_menu/__manifest__.py b/mrp_bom_component_menu/__manifest__.py index 012d9b1b3..9d7c43cc5 100644 --- a/mrp_bom_component_menu/__manifest__.py +++ b/mrp_bom_component_menu/__manifest__.py @@ -1,9 +1,10 @@ # Copyright 2017 Eficent Business and IT Consulting Services, S.L. # () +# Copyright 2019 Rubén Bravo # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "MRP BOM Component Menu", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", "author": "Eficent," diff --git a/mrp_bom_component_menu/views/mrp_bom_component_view.xml b/mrp_bom_component_menu/views/mrp_bom_component_view.xml index a820e53b8..ce0cc70ba 100644 --- a/mrp_bom_component_menu/views/mrp_bom_component_view.xml +++ b/mrp_bom_component_menu/views/mrp_bom_component_view.xml @@ -4,27 +4,61 @@ + + mrp.bom.line.tree.view + mrp.bom.line + + + + + + + + + + Bill of Material Components ir.actions.act_window mrp.bom.line form tree,form - + -

- Click to add a component to a bill of material. -

- Bills of materials components are components and by-products - used to create master bills of materials. Use this menu to - search in which BoM a specific component is used. -

+

+ Click to add a component to a bill of material. +

+

+ Bills of materials components are components and by-products + used to create master bills of materials. Use this menu to + search in which BoM a specific component is used. +

+
+
+ + + mrp.bom.line.view.filter + mrp.bom.line + + + + + + + + + + + + + parent="mrp.menu_mrp_bom" + sequence="14" + />