Skip to Content
Menu
This question has been flagged
2 Replies
1430 Views

I am trying to cancel a large amount of sales orders at once. I have an action that does work to confirm multiple quotes at once, so I tried to just adjust that server action to cancel, but I can't get it to work.


for record in records:

  record.action_cancel()


Anything I should adjust?

Avatar
Discard
Author

We have v16. I am trying to cancel confirmed sales orders in bulk.

Niyas will probably know whether this should work in v16

Best Answer

In v17 and v18 this is available as standard 

This will display a warning message if you try to cancel a confirmed sales order.

Maybe you are getting the same message?

Avatar
Discard
Best Answer

Use try...except to catch and see the error.

Avatar
Discard
Related Posts Replies Views Activity
4
Jul 24
1657
2
Oct 22
3253
0
Jun 21
2915
2
Jan 21
10132
3
Jun 17
7727