mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_bom_component_menu: Migration to 10.0
This commit is contained in:
committed by
Florian da Costa
parent
3d92124c81
commit
32fe5a2199
@@ -10,7 +10,7 @@
|
||||
<field name="res_model">mrp.bom.line</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="view_id" eval="False"/> <!-- Force empty -->
|
||||
<field name="view_id" eval="False"/>
|
||||
<field name="help" type="html">
|
||||
<p class="oe_view_nocontent_create">
|
||||
Click to add a component to a bill of material.
|
||||
@@ -22,9 +22,9 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
action="mrp_bom_form_action2"
|
||||
id="menu_mrp_bom_form_action2"
|
||||
parent="mrp.menu_mrp_bom"/>
|
||||
<menuitem
|
||||
action="mrp_bom_form_action2"
|
||||
id="menu_mrp_bom_form_action2"
|
||||
parent="mrp.menu_mrp_bom"/>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user