未齐套提示

This commit is contained in:
guanhuan
2025-05-30 15:06:41 +08:00
parent 1bdb81f5f7
commit b8cebe07fe
2 changed files with 40 additions and 2 deletions

View File

@@ -39,8 +39,11 @@
<field name="plan_remark"/>
<field name="processing_time"/>
<field name="material_check"/>
<button name="action_open_sale_order" type="object" string="供货方式待确认" class="btn-primary"
<field name="hide_action_open_mrp_production" invisible="1"/>
<button name="action_open_sale_order" type="object" string="供货方式待确认" class="btn-primary"
attrs="{'invisible': [('supply_method', '!=', False)]}"/>
<button name="action_open_mrp_production" type="object" string="待工艺确认" class="btn-primary"
attrs="{'invisible': [('hide_action_open_mrp_production', '=', False)]}"/>
<field name="planned_start_date"/>
<field name="actual_start_date"/>
<field name="actual_end_date"/>