how to remove all the saleorder's status in "done".
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
2
Odpovědi
2233
Zobrazení
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
only possible in V6
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se