By any chance is there anything to change refreshing speed or something to make it visible without pressing F5 or refreshing page ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
3723
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
what is a delay time for you? (I mean without refresh)
What you mean "delay time" i just can't see new messages right after someone send it to me and everytime I have to refresh page to see it :( Because it's based on JS it should work without any action.
The message is sent to the server. The JS part would not be flagged when the message is received (a HTML/JS application cannot be a push application). So what would happen is there is a JS daemon running in the Odoo webpage that will periodically fetch the new message. Hence @Temur's question on the delay.