hi guys, i have found some bug in spreadsheet document in odoo 16, so i write something in cell and i move to another cell and write it again. and then i checked the save indicator is still loading and when i close the document the second change i've been made is not saved. i don't know why the save indicator is loading so long.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hello,
I had the same problem, and it was a proxy issue for me. Websocket wasn't configured properly (using Apache2).
Is solved it using this answer : https://www.odoo.com/fr_FR/forum/aide-1/apache2-reverse-proxy-configuration-for-odoo-16-multiworker-websocket-234808
in your nginx odoo file (example: /etc/nginx/sites-available/odoo ) add this in the begining of the file:
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
Then add this lines in "server" section:
# Soporte para WebSocket
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
This worked for me
Try updating to the latest version. We encountered a similar issue, and after updating the module, the problem was resolved. Keep in mind that if you have any third-party apps installed that directly affect your spreadsheets/documents module, you will need to update those as well."
Same thing for me
Hello, I am also facing the same problem, is there any solution to fix this problem?
any solution yet?
Same here, does anyone find something useful
Same thing for me :(
Hello Admaja, faced the same thing, have you resolved this problem ?
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 7 25
|
1767 | ||
|
4
thg 4 25
|
7632 | ||
|
0
thg 5 24
|
1261 | ||
|
0
thg 1 24
|
1312 | ||
|
1
thg 10 23
|
1866 |