跳至内容
菜单
此问题已终结
2 回复
2394 查看

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";
形象
丢弃
相关帖文 回复 查看 活动
1
3月 15
12022
1
3月 24
2296
3
2月 24
2128
2
3月 15
7213
5
8月 24
15546