Please note that this code is partially duplicated in the same file, so the code change should be applied in both parts:
in: class stock_picking(osv.osv):
# FIXME: needs refactoring, this code is partially duplicated in stock_move.do_partial()! def do_partial(self, cr, uid, ids, partial_datas, context=None):
and: class stock_move(osv.osv):
# FIXME: needs refactoring, this code is partially duplicated in stock_picking.do_partial()! def do_partial(self, cr, uid, ids, partial_datas, context=None):
Please note that this code is partially duplicated in the same file, so the code change should be applied in both parts:
in: osv.osv) :
class stock_picking(
# FIXME: needs refactoring, this code is partially duplicated in stock_move. do_partial( )!
def do_partial(self, cr, uid, ids, partial_datas, context=None):
and: osv.osv) :
class stock_move(
# FIXME: needs refactoring, this code is partially duplicated in stock_picking. do_partial( )!
def do_partial(self, cr, uid, ids, partial_datas, context=None):