[MIG] mrp_bom_component_menu: Migration to 14.0

This commit is contained in:
Florian da Costa
2022-02-16 14:27:32 +01:00
parent 83e92a99b8
commit 5cd336937b
2 changed files with 3 additions and 7 deletions

View File

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

View File

@@ -10,7 +10,8 @@
<field name="bom_id" />
<field name="product_id" />
<field name="product_qty" />
<field name="routing_id" />
<field name="product_uom_id" optional="hide" />
<field name="operation_id" optional="hide" />
</tree>
</field>
</record>
@@ -54,11 +55,6 @@
string='Default Unit of Measure'
context="{'group_by' : 'product_uom_id'}"
/>
<filter
name="Routings"
string="Routings"
context="{'group_by':'routing_id'}"
/>
</group>
</search>
</field>