Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
2469 Näkymät

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
Hylkää
Paras vastaus

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
Hylkää
Paras vastaus

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
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
maalisk. 15
12191
1
maalisk. 24
2342
3
helmik. 24
2219
2
maalisk. 15
7314
5
elok. 24
15627