修改设备模块

This commit is contained in:
qihao.gong@jikimo.com
2023-07-28 15:33:31 +08:00
parent 2b69524c57
commit 06de46c084
6 changed files with 2 additions and 29 deletions

View File

@@ -29,20 +29,6 @@
<group>
<field name="maintenance_equipment_ids" widget="many2many_tags" attrs="{'invisible': [('maintenance_equipment_category_id', '=', False)]}"/>
</group>
<notebook>
<page string="维保项目">
<field name="maintenance_standards_ids" widget="ony2many">
<tree editable="top" create="true" string="维保项目">
<field name="sequence"/>
<field name="device_unit"/>
<field name="name"/>
<field name="maintenance_standards"/>
<field name="cycle"/>
</tree>
</field>
</page>
</notebook>
</sheet>
</form>
</field>