Skip to Content
Menu
This question has been flagged
2 Replies
2432 Zobrazenia

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)

Avatar
Zrušiť
Best Answer

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.


Avatar
Zrušiť
Best Answer

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";
Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
mar 15
12083
1
mar 24
2314
3
feb 24
2164
2
mar 15
7251
5
aug 24
15577