智能工厂定时同步基础数据完成

This commit is contained in:
gqh
2022-09-28 17:37:22 +08:00
parent 3c3e5216d6
commit d9e6f45bc4
6 changed files with 75 additions and 54 deletions

View File

@@ -70,14 +70,19 @@
</group>
<notebook>
<page string="加工工艺">
<field name='processing_technology_ids' widget="many2many">
<tree editable="bottom" widget="selection">
<page string="工序">
<field name='processing_order_ids' options="{'no_create':True}" widget="one2many">
<tree editable='bottom'>
<field name="sequence" widget="handle"/>
<field name="process_encode" readonly="1"/>
<field name="name"/>
<field name="remark"/>
<field name="processing_technology_ids" widget="many2many_tags" >
</field>
</tree>
<form >
<field name="processing_technology_ids" widget="many2many">
</field>
</form>
</field>
</page>
</notebook>