[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:
Guewen Baconnier
2013-09-06 10:04:03 +02:00
parent 551a5caee9
commit 7c7d4a8bcd

View File

@@ -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):