i am running a small script to add lot_ids to the stock moves in the incoming shipment. I am trying to add lot_ids to the stock move like :
i am storing the lot_id in the lot_id variable and passing that to the values dict and creating the stock move for pick. but this lot_id not showing in the particular stock move. Can any one please help me..
'lot_ids':lot_id,
'restrict_lot_id':lot_id,
'picking_id':stock_picking_id,