Daily updates from Odoo
Saturday, April 19, 2025
1 change
Code cleanup and technical improvements
The live update service used by IoT features has been moved into a shared base module so it can support more users and scenarios. Screen rotation and related IoT flows now use this live update mechanism, improving responsiveness without changing the visible workflow.
Original PR description
In order to provide lonpolling features to community users, we moved the longpolling service from the IoT app to the `iot_base` module. We then adapted the screen rotation logic to use longpolling instead of a simple fetch. Community PR: [https://github.com/odoo/odoo/pull/205949](https://github.com/odoo/odoo/pull/205949) Task: 4480523