去掉设置tree字段为隐藏的代码

This commit is contained in:
胡尧
2025-02-13 13:29:54 +08:00
parent 827311a146
commit 32ead7fa07

View File

@@ -77,15 +77,6 @@
<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>