Daily updates from Odoo
Wednesday, February 25, 2026
1 change · 19.0
Features or functions removed from Odoo
This update removes a temporary feature that automatically disabled longpolling after device connection errors. We've shifted to a model where clients are expected to have reliable networks, so errors are handled gracefully. This change improves system stability and reduces unnecessary interruptions.
Original PR description
We used to disable longpolling for 5 min after a failure, in order not to lose time while making requests to an unreachable device, and jump directly to WebSocket. As we now recommand using LNA, clients should have a correctly configured network: if an error occurs the next one should work correctly. We then removed the longpolling auto disable feature.