质量检查列表修改3个字段的隐藏默认值
This commit is contained in:
@@ -77,6 +77,15 @@
|
||||
<field name="title" string="标准名"/>
|
||||
<field name="operation_id" invisible="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//tree//field[@name='team_id']" position="attributes">
|
||||
<attribute name="optional">hide</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//tree//field[@name='finished_lot_id']" position="attributes">
|
||||
<attribute name="optional">hide</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//tree//field[@name='measure_on']" position="attributes">
|
||||
<attribute name="optional">hide</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user