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

how to remove all the saleorder's status in "done".

Avatar
Discard
Best Answer

It's not possible to remove sale order which is done state. But for temporally solution you can hide it To hide the done sale order you can set active=False so sale order is not visible in view side but it should be there in database

active=False
Avatar
Discard
Best Answer

only possible in V6

Avatar
Discard