30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
|
|
<record id="sf_install_the_tray_workorder_form_view_inherit" model="ir.ui.view">
|
|
<field name="name">sale.order.inherit</field>
|
|
<field name="model">mrp.workorder</field>
|
|
<!-- <field name="model">cnc.processing</field>-->
|
|
<field name="inherit_id" ref="sf_manufacturing.view_mrp_production_workorder_tray_form_inherit_sf"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='remark']" position="after">
|
|
<!-- <button string="测试按钮" name="pri" type="object" class="btn-primary"/>-->
|
|
<!-- <field name="workorder_id" invisible="1"/>-->
|
|
<field name="button_state"/>
|
|
<field name="user_permissions" invisible="1"/>
|
|
<field name="state" invisible="1"/>
|
|
<button string="下发" name="up" type="object" class="btn-primary" confirm="是否确认下发此程序"
|
|
attrs='{"invisible": ["|",("state","!=","progress"),
|
|
("user_permissions","!=",True)]}'/>
|
|
<!-- <button string="下发" name="up" type="object" class="btn-primary" confirm="是否确认下发此程序"/>-->
|
|
<!-- <button string="下发" name="up" type="object" class="btn-primary" confirm="是否确认下发此程序"-->
|
|
<!-- />-->
|
|
|
|
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|