[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: 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 .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :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 Bug Tracker

View File

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

View File

@@ -10,7 +10,7 @@
<field name="res_model">mrp.bom.line</field> <field name="res_model">mrp.bom.line</field>
<field name="view_type">form</field> <field name="view_type">form</field>
<field name="view_mode">tree,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"> <field name="help" type="html">
<p class="oe_view_nocontent_create"> <p class="oe_view_nocontent_create">
Click to add a component to a bill of material. Click to add a component to a bill of material.