Tuesday, August 18, 2026
1 change · saas-19.2
Resolved issues and error corrections
The IoT device list now opens device details using the standard navigation flow, which restores broken pagination. This helps users browse and manage larger device lists without getting stuck or losing expected navigation behavior.
Original PR description
Since #72351, the pagination on IoT devices was broken due to how we were getting to the full device form when clicking on a record. We now change the override to use the existing method from the framework `switchToForm` which handles it better. opw-6058532 Forward-Port-Of: odoo/enterprise#127215 Forward-Port-Of: odoo/enterprise#126486