设备类别非必填

This commit is contained in:
qihao.gong@jikimo.com
2024-01-02 17:31:48 +08:00
parent 7fe7de46c6
commit 77db3d57c9
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
<field name="inherit_id" ref="maintenance.hr_equipment_category_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='technician_user_id']" position="before">
<field name="equipment_type" required='1'/>
<field name="equipment_type"/>
<field name="equipment_type_code" required='1'/>
</xpath>
</field>