物料需求计划管理
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<field name="supply_method" attrs="{'readonly': [('status', '!=', '30')]}"/>
|
||||
<field name="route_ids" widget="many2many_tags" optional="hide"/>
|
||||
<!--<field name="需求位置"/>-->
|
||||
<!--<field name="bom"/>-->
|
||||
<field name="bom_id" optional="hide"/>
|
||||
<field name="plan_uom_qty"/>
|
||||
<field name="blank_arrival_date"/>
|
||||
<field name="finished_product_arrival_date"/>
|
||||
@@ -54,6 +54,10 @@
|
||||
<field name="plan_remark"/>
|
||||
<field name="procurement_reason" widget="radio"/>
|
||||
<field name="write_date" string="更新时间"/>
|
||||
<button string="下达计划" name="button_release_plan" type="object"
|
||||
class="btn-primary"
|
||||
attrs="{'invisible': [('status', 'in', ('60','100'))]}"
|
||||
/>
|
||||
<button name="button_delete" type="object" string="删除"
|
||||
class="btn-primary"
|
||||
attrs="{'invisible': [('status', 'not in', ('10','20','30'))]}"
|
||||
|
||||
Reference in New Issue
Block a user