Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2234 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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
Awatar
Odrzuć
Najlepsza odpowiedź

only possible in V6

Awatar
Odrzuć