mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
fixup! Add module mrp_workorder_lot_display
This commit is contained in:
@@ -14,6 +14,17 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_mrp_production_work_order_search" model="ir.ui.view">
|
||||
<field name="name">mrp.production.work.order.search.inherit</field>
|
||||
<field name="model">mrp.workorder</field>
|
||||
<field name="inherit_id" ref="mrp.view_mrp_production_work_order_search" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="product_id" position="after">
|
||||
<field name="finished_lot_id" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="workcenter_line_kanban" model="ir.ui.view">
|
||||
<field name="name">mrp.production.work.order.kanban.inherit</field>
|
||||
<field name="model">mrp.workorder</field>
|
||||
|
||||
Reference in New Issue
Block a user