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
3680fa6f5f
commit
fe2cf8c58a
@@ -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
|
||||||
|
|||||||
@@ -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,"
|
||||||
@@ -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.
|
||||||
@@ -22,9 +22,9 @@
|
|||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<menuitem
|
<menuitem
|
||||||
action="mrp_bom_form_action2"
|
action="mrp_bom_form_action2"
|
||||||
id="menu_mrp_bom_form_action2"
|
id="menu_mrp_bom_form_action2"
|
||||||
parent="mrp.menu_mrp_bom"/>
|
parent="mrp.menu_mrp_bom"/>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user