Comment 9 for bug 1172694

Revision history for this message
Amit Parik (amit-parik) wrote : Re: [7.0] do_partial function in partial picking wizard doesn't accept a wizard line without move_id

Hello Yannick,

Thanks for detailed discussion.

I have faced the same error my end, But we can produce it explicitly. i.e I have put the move_id on partial_picking_line view.
Then after I have manually removed the move_id from that wizard, then after I faced the same error.

Same kind of error also faced before reproducing this issue see code.
method def _tracking
           if (tracklot.move_id.picking_id.type == 'in' and tracklot.product_id.track_incoming == True) or \
                (tracklot.move_id.picking_id.type == 'out' and tracklot.product_id.track_outgoing == True):

Here also we get the traceback when we removed the move_id manually.

Thank you!