质量检查列表修改3个字段的隐藏默认值

This commit is contained in:
胡尧
2025-02-13 13:04:16 +08:00
parent 941b8c0be7
commit 827311a146

View File

@@ -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>