Comment 1 for bug 1137541

Revision history for this message
Yann Papouin (yann-papouin) wrote :

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