1.同步的模型的页面不可增删改
2.工单的物料里新增长宽高字段
This commit is contained in:
@@ -129,6 +129,11 @@
|
||||
<xpath expr="//page[@name='components']" position="attributes">
|
||||
<attribute name="string">物料</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='move_raw_ids']/tree/field[@name='product_id']" position="after">
|
||||
<field name='materiel_length' string="长"/>
|
||||
<field name='materiel_width' string="宽"/>
|
||||
<field name='materiel_height' string="高"/>
|
||||
</xpath>
|
||||
<field name="production_id" position="after" invisible="0">
|
||||
<group>
|
||||
<field name="date_planned_start" invisible="1"/>
|
||||
|
||||
Reference in New Issue
Block a user