[MIG] mrp_bom_component_menu: Migration to 10.0

This commit is contained in:
mreficent
2017-06-27 16:21:33 +02:00
committed by Florian da Costa
parent 3680fa6f5f
commit fe2cf8c58a
3 changed files with 8 additions and 8 deletions

View File

@@ -13,11 +13,11 @@ Usage
To use this module, you need to:
1. Go to menu *Manufacturing -> Products -> Bill of Material Components*
#. Go to menu *Manufacturing -> Products -> Bill of Material Components*
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/129/9.0
:target: https://runbot.odoo-community.org/runbot/129/10.0
Bug Tracker

View File

@@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "MRP BOM Component Menu",
"version": "9.0.1.0.0",
"version": "10.0.1.0.0",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "Eficent,"

View File

@@ -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>