From 7c7d4a8bcd6fe8e3bfe38e6fc6f650816d937e33 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 6 Sep 2013 10:04:03 +0200 Subject: [PATCH] [FIX] the move should be assigned and not done: items are not physically moved and would appear in an inventory --- stock_reserve/model/stock_reserve.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_reserve/model/stock_reserve.py b/stock_reserve/model/stock_reserve.py index 81afc0223..de20bcc9d 100644 --- a/stock_reserve/model/stock_reserve.py +++ b/stock_reserve/model/stock_reserve.py @@ -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):