特殊表面工艺工单没有完成对应采购单时工单处于等待组件
This commit is contained in:
@@ -701,7 +701,7 @@ class StockPicking(models.Model):
|
||||
moves_out.write(
|
||||
{'picking_id': picking_out.id, 'state': 'waiting'})
|
||||
moves_out._assign_picking_post_process(new=new_picking)
|
||||
return moves_in, moves_out
|
||||
|
||||
|
||||
@api.depends('move_type', 'immediate_transfer', 'move_ids.state', 'move_ids.picking_id')
|
||||
def _compute_state(self):
|
||||
|
||||
Reference in New Issue
Block a user