Hello,
I have an Odoo SH branch that I use for testing, and I would like to delete the data (invoices, stock, manufacturing orders) without deleting the branch. How can I do this? With a specific module ? Thanks
(Odoo 16 enterprise)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I have an Odoo SH branch that I use for testing, and I would like to delete the data (invoices, stock, manufacturing orders) without deleting the branch. How can I do this? With a specific module ? Thanks
(Odoo 16 enterprise)
To clear data in your Odoo SH testing branch without deleting the branch, consider using the "Demo Data" module or similar extensions. This module allows you to reset or clear specific data (invoices, stock, manufacturing orders) while keeping your branch intact. Consult the Odoo documentation or community for detailed guidance.
You can open shell on odoo.sh (your_branch.dev.odoo.com/odoo-sh/webshell/ws).
You could try to delete the database with psql.
psql
drop database "your_database_name";
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Mar 15
|
11934 | ||
|
1
Mar 24
|
2203 | ||
Delete variants
Solved
|
|
3
Feb 24
|
2068 | |
|
2
Mar 15
|
7144 | ||
|
5
Aug 24
|
15490 |