新增了刀具管理的机床换刀申请、CAM工单程序用刀计划、功能刀具组装的form视图,简化了tree视图的字段,

This commit is contained in:
yuxianghui
2023-07-25 14:38:06 +08:00
parent 24e9cc0658
commit fc2d77a0dc
3 changed files with 358 additions and 281 deletions

View File

@@ -7,14 +7,12 @@
<field name="arch" type="xml">
<form string="换刀需求信息">
<sheet>
<group string="机床信息">
<group string="机床信息" col="3">
<group>
<group>
<field name="name"/>
</group>
<group>
<field name="machine_tool_code"/>
</group>
<field name="name"/>
</group>
<group>
<field name="machine_tool_code"/>
</group>
<group>
<field name="cutter_spacing_code"/>
@@ -39,7 +37,9 @@
</group>
</group>
<group>
<field name="reason_for_applying"/>
<group>
<field name="reason_for_applying"/>
</group>
</group>
</sheet>
<footer>