智能工厂定时同步基础数据完成
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user