未齐套提示
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user