Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
2464 Переглядів

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";
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 15
12186
1
бер. 24
2342
Delete variants Вирішено
3
лют. 24
2218
2
бер. 15
7310
5
серп. 24
15623