修改设备模块布局

This commit is contained in:
qihao.gong@jikimo.com
2023-07-25 17:27:11 +08:00
parent 65157e93a9
commit f246827d3d
4 changed files with 77 additions and 35 deletions

View File

@@ -20,14 +20,12 @@
<notebook>
<page string="维保标准" attrs="{'invisible': [('equipment_maintenance_id', '=', False)]}">
<group>
<field name="maintenance_standards" widget="ony2many">
<tree create="False" string="维保项目">
<tree create="False">
<field name="name"/>
<field name="maintenance_standards"/>
</tree>
</field>
</group>
</page>
</notebook>