コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7196 ビュー

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

アバター
破棄
最善の回答

Before you can cancel a PO or SO you first have to cancel all related shippings.

In your case you have to

  • Search for stock.picking where purchase_id is the ID of your PO
  • Trigger Cancel of those pickings
  • Trigger Cancel of the PO
アバター
破棄
著作者

Thanks for the reply

Hi,

I have PO in Done State and Shipment is also DONE, How to delete it now?

Or anyway to cancel it?

Thanks in advance for help.

関連投稿 返信 ビュー 活動
4
6月 17
17095
2
5月 25
2409
3
12月 24
7112
1
7月 24
3449
1
6月 24
2346