修改表面工艺外协字段类型

This commit is contained in:
jinling.yang
2023-03-28 21:26:02 +08:00
parent bf010e2cca
commit 93c9287717
3 changed files with 113 additions and 13 deletions

View File

@@ -25,8 +25,10 @@
<field name="materials_id" string="材料"/>
<field name="materials_type_id" string="型号"
domain="[('materials_id', '=', materials_id)]"/>
<field name="model_surface_process_id" string="表面工艺" widget="many2many_tags"/>
<field name="model_process_parameters_id" string="工艺参数" widget="many2many_tags"/>
<field name="model_surface_process_ids" string="表面工艺" widget="many2many_tags"
options="{'no_create': True}"/>
<field name="model_process_parameters_ids" string="工艺参数" widget="many2many_tags"
options="{'no_create': True}"/>
</field>
<xpath expr="//label[@for='volume']" position="before">
@@ -67,9 +69,8 @@
<field name="product_model_type_id" string="模型类型"/>
<field name="model_processing_panel" placeholder="例如R,U" string="加工面板"/>
<field name="model_machining_precision"/>
<field name="model_surface_process_id" string="表面工艺"/>
<field name="model_process_parameters_id" string="工艺参数"
domain="[('processing_order_ids', '=', model_surface_process_id)]"/>
<field name="model_surface_process_ids" string="表面工艺"/>
<field name="model_process_parameters_ids" string="工艺参数"/>
<field name="model_remark" string="备注说明"/>
</group>
</group>