mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_bom_component_menu: Migration to 14.0
This commit is contained in:
@@ -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": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Manufacturing",
|
"category": "Manufacturing",
|
||||||
"website": "https://github.com/OCA/manufacture",
|
"website": "https://github.com/OCA/manufacture",
|
||||||
"author": "ForgeFlow," "Odoo Community Association (OCA)",
|
"author": "ForgeFlow," "Odoo Community Association (OCA)",
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
<field name="bom_id" />
|
<field name="bom_id" />
|
||||||
<field name="product_id" />
|
<field name="product_id" />
|
||||||
<field name="product_qty" />
|
<field name="product_qty" />
|
||||||
<field name="routing_id" />
|
<field name="product_uom_id" optional="hide" />
|
||||||
|
<field name="operation_id" optional="hide" />
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
@@ -54,11 +55,6 @@
|
|||||||
string='Default Unit of Measure'
|
string='Default Unit of Measure'
|
||||||
context="{'group_by' : 'product_uom_id'}"
|
context="{'group_by' : 'product_uom_id'}"
|
||||||
/>
|
/>
|
||||||
<filter
|
|
||||||
name="Routings"
|
|
||||||
string="Routings"
|
|
||||||
context="{'group_by':'routing_id'}"
|
|
||||||
/>
|
|
||||||
</group>
|
</group>
|
||||||
</search>
|
</search>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user