Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
2238 Tampilan

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

Avatar
Buang
Jawaban Terbai

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
Buang
Jawaban Terbai

only possible in V6

Avatar
Buang