pos-addons
pos-addons copied to clipboard
odoo 12 multisession POS freezes on Sync Orders
Hi i installed odoo pos_multi_session module on odoo 12. I already changed to "workers = 1" and my sync server is " //localhost:8080"
but when loading the POS it just stays on Sync Orders for ever
what am i missing?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Is the console showing an error? (F12 for developer tools)
@ilmir-k now that I see the instructions, it might be confusing that the syn server shown is //localhost:8080
which won't work based on the nginx configuration on the same instructions. https://github.com/it-projects-llc/pos-addons/blob/11.0/pos_multi_session_sync/doc/index.rst
It would be nice to also explain to newcomers that the sync server has to be contacted from the local (POS) network, not from the Odoo (server) network.
Hi @gustavovalverde, Am a newcomer, Can you please provide the details regarding Sync Server, the instruction are confusing for me.
- is Sync server is an instance of Odoo?
- Where to setup the Sync server : Can it be along with Odoo in cloud (same server) OR it should be in local?
- In the documentation : https://github.com/it-projects-llc/pos-addons/blob/11.0/pos_multi_session_sync/doc/index.rst Nginx conf of Sync server showing Odoo running on 8079 and 8082 (long-polling), But in main_server UI config of //localhost:8080 Is that correct?
All your POS modules are great!! I had setup the POS in Odoo11, without any seperate sync server (main_server worker=2, as report printing requires workers>1) with 1posbox from raspberry pi, am facing some issues:
- Sometimes Sync are conflicting, after that any of the kitchen/receipt printers are not printing. is it required to have a separate sync server in this case?
Can you provide some details regarding the Sync Server
@gustavovalverde Yes, right. Thanks for reporting this, I'll make the changes in the instruction