Hi All,
On Confirm Button
When I have more than one PO line , i create new two new PO its working fine,
But i want delele or cancel existing PO when i click on Confirm button, How can i ?
I use wf_service.trg_validate(uid, 'purchase.order', ids[0], 'purchase_cancel', cr) but it give me error i alos try to unlink method it give me error.
thanks