18 lines
915 B
XML
18 lines
915 B
XML
<odoo>
|
|
<data>
|
|
<record id="mrp_production_workorder_tree_editable_view_inherit" model="ir.ui.view">
|
|
<field name="name">>mrp.workorder.tree.editable.inherit</field>
|
|
<field name="model">mrp.workorder</field>
|
|
<field name="inherit_id" ref="mrp.mrp_production_workorder_tree_editable_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//tree/field[1]" position="before">
|
|
<header>
|
|
<button string="重新安排" name="%(sf_manufacturing.mrp_workorder_batch_replan_wizard)d" type="action"
|
|
class="treeHeaderBtn"
|
|
invisible="context.get('workorder_type') not in ('工件装夹中心','1#自动生产线','工件拆卸中心')"/>
|
|
</header>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |