My task is to automate the sales delivery without user interaction in openrep. I am getting the orders from amazon and checking the amazon order status. If it is shiped i have to deliver the products that belongs to sales order. I tried below functions
saleorder_obj.action_view_delivery(cr,uid,saleorderid,context)
stock_picking_out_obj.action_process(cr,uid,saleorderid,context)
stock_partial_picking_obj.do_partial(cr,uid,saleorderid,context)
But this functions not synch with my ordres. I am getting the error.
"'Field picking_id not found in browse_record(stock.partial.picking, 7660)'"