[14.0][MIG] mrp_workorder_sequence

This commit is contained in:
Christopher Ormaza
2021-12-10 12:04:10 -05:00
parent 142b50c13d
commit 865722f683
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "MRP Work Order Sequence",
"summary": "adds sequence to production work orders.",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Manufacturing",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"development_status": "Beta",

View File

@@ -3,7 +3,10 @@
<record id="mrp_production_workorder_tree_view_inherit" model="ir.ui.view">
<field name="name">mrp.workorder.tree</field>
<field name="model">mrp.workorder</field>
<field name="inherit_id" ref="mrp.mrp_production_workorder_tree_view_inherit" />
<field
name="inherit_id"
ref="mrp.mrp_production_workorder_tree_editable_view"
/>
<field name="arch" type="xml">
<field name="name" position="before">
<field name="sequence" />