[IMP] We should not have lost this decorator

This commit is contained in:
Josse Colpaert 2014-07-17 17:52:10 +02:00
parent 28ad04a4de
commit 5f21eeb1d2
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ class stock_move(osv.osv):
['product_uom']),
]
@api.cr_uid_ids_context
def do_unreserve(self, cr, uid, move_ids, context=None):
quant_obj = self.pool.get("stock.quant")
for move in self.browse(cr, uid, move_ids, context=context):