sf-制造-产品-表单详情中-工艺参数显示内容=未归档,未绑定产品的工艺参数

This commit is contained in:
liaodanlong
2025-05-14 11:49:14 +08:00
parent 3763b60758
commit ed55e36f45
2 changed files with 9 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
<field name="server_product_process_parameters_id" string="工艺参数"
options="{'no_create': True}"
attrs="{'invisible': ['|',('detailed_type', '!=', 'service'),('detailed_type', '=', False)]}"
domain="[('active', '=', 'True'),('outsourced_service_products', '=', 'False')]"
domain="[('active', '=', 'True'),('outsourced_service_products', '!=', 'True')]"
/>
<field name="cutting_tool_material_id" class="custom_required"
options="{'no_create': True}"