POS Longpolling
by IT-Projects LLC https://github.com/itpp-labs/pos-addons , Dinar Gabbasov https://github.com/itpp-labs/pos-addons
Odoo
Required Apps |
•
Point of Sale (point_of_sale)
• Sales Management (sale) • Invoicing (account) • Inventory Management (stock) |
Technical Name |
pos_longpolling |
License | LGPL-3 |
Website | https://twitter.com/gabbasov_dinar |
Also available in version | v 8.0 v 10.0 v 11.0 v 12.0 v 13.0 v 14.0 |

POS Longpolling
Technical module implement instant updates in POS
Questions?
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
Further information
Odoo Apps Store: https://apps.odoo.com/apps/modules/9.0/pos_longpolling/
Tested on Odoo 9.0
POS Longpolling
Longpolling
Check following resources about activating longpolling:
- Official doc: https://www.odoo.com/documentation/8.0/setup/deploy.html#builtin-server
- Non-official doc: https://odoo-development.readthedocs.io/en/latest/admin/longpolling.html
In short, you need to start server with non-zero workers parameter::
openerp-server --workers=2 ...
and configure nginx:
location /longpolling { proxy_pass http://127.0.0.1:8072; } location / { proxy_pass http://127.0.0.1:8069; }
Please log in to comment on this module