1.同步的模型的页面不可增删改

2.工单的物料里新增长宽高字段
This commit is contained in:
jinling.yang
2023-07-27 15:45:45 +08:00
parent 6380e1ad0a
commit 47b2e8c709
5 changed files with 101 additions and 131 deletions

View File

@@ -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"/>