mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] the move should be assigned and not done: items are not physically moved and would appear in an inventory
This commit is contained in:
@@ -103,7 +103,6 @@ class stock_reservation(orm.Model):
|
||||
context=context)
|
||||
move_obj.action_confirm(cr, uid, move_ids, context=context)
|
||||
move_obj.force_assign(cr, uid, move_ids, context=context)
|
||||
move_obj.action_done(cr, uid, move_ids, context=context)
|
||||
return True
|
||||
|
||||
def release(self, cr, uid, ids, context=None):
|
||||
|
||||
Reference in New Issue
Block a user