修改定时同步接口,机床参数

This commit is contained in:
qihao.gong@jikimo.com
2024-02-26 17:07:16 +08:00
parent 85f4d01cee
commit e70a91d1ec
4 changed files with 670 additions and 641 deletions

View File

@@ -98,6 +98,7 @@
<field name="name" string="名称"/>
<field name="machine_tool_category"/>
<field name="brand_id"/>
<field name="function_type"/>
<field name="machine_tool_picture" widget="image"/>
<field name="remark"/>
</tree>
@@ -122,6 +123,7 @@
domain="[('tag_ids', '=', '机床')]"
options="{'no_create': True}"/>
<field name="machine_tool_category" required="1"/>
<field name="function_type" required="1"/>
</group>
<group>
<field name="machine_tool_picture" widget="image" nolabel="1"/>