[IMP] Create accounting entries to pass runbot

bzr revid: jco@openerp.com-20140306181001-cnna3jojs91fm1d5
This commit is contained in:
Josse Colpaert 2014-03-06 19:10:01 +01:00
parent e750b270a1
commit 63763ef224
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class stock_quant(osv.osv):
def move_single_quant(self, cr, uid, quant, location_to, qty, move, context=None):
quant_record = super(stock_quant, self).move_single_quant(cr, uid, quant, location_to, qty, move, context=context)
#self._account_entry_move(cr, uid, quant, move, context=context)
self._account_entry_move(cr, uid, quant, move, context=context)
return quant_record