mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[14.0][MIG] mrp_workorder_sequence
This commit is contained in:
committed by
DavidJForgeFlow
parent
9afd86667c
commit
17f12f6867
@@ -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",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user