Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2387 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
mrt. 15
12016
1
mrt. 24
2293
3
feb. 24
2126
2
mrt. 15
7209
5
aug. 24
15544