Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
884 มุมมอง

I am having this issue on my on-premise database where order updates from PoS dont get updated real time on the kitchen display. I have to manually refresh the kitchen display's browser tab to get updates. 


I noticed it does not happen over http only https. I also noticed there is no issue with it on odoo online or odoo sh. Only on-premise deployment. It has been an issue since v17 and I had hoped it would get fixed it v18 but the issue is the same. I have contacted technical support but they give me generic answers like "install latest version of odoo". I have reinstalled multiple times. One other person said I should install a browser plugin that refreshes the page after regular intervals. 


Is there anyone with this issue or that is using kitchen display on-premise?



อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hii,
To fix real-time kitchen display updates over HTTPS in your on-premise Odoo:
Edit your Nginx config:
location /longpolling {

    proxy_pass http://127.0.0.1:8072;

    proxy_http_version 1.1;

    proxy_set_header Upgrade $http_upgrade;

    proxy_set_header Connection "upgrade";

    proxy_set_header Host $host;

}

In your odoo.conf file, make sure:
proxy_mode = True

longpolling_port = 8072


Restart services:
sudo systemctl restart nginx

sudo systemctl restart odoo


i hope it is use full

อวตาร
ละทิ้ง
ผู้เขียน

Hi. Thanks but this does not solve the issue

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 24
1214
1
ส.ค. 25
866
1
ก.ค. 25
1098
3
ก.ค. 25
3755
Import/Export Excel files แก้ไขแล้ว
3
พ.ค. 25
1982