Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
2452 Lượt xem

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)

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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";
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
12158
1
thg 3 24
2336
Delete variants Đã xử lý
3
thg 2 24
2195
2
thg 3 15
7304
5
thg 8 24
15613