Wednesday, July 9, 2025
3 changes · master
Enhancements to existing features
The IoT app device list now shows each device's connection status. This makes it easier for users to quickly identify whether devices are online or need attention without opening each device record.
Original PR description
This PR adds the connection status to the device list view in the iot app Forward-Port-Of: odoo/enterprise#89632
A Web Studio automated test was adjusted to match recent changes in the available editor options. This helps keep quality checks stable and reduces the chance of false test failures after similar updates.
Original PR description
In https://github.com/odoo/odoo/pull/216638, the lists of operators available for selection in the tree editor have been changed for several field types. Here we adapt a studio test to that change and make it less likely to fail if similar changes would be brought. Task ID: 4894524
IoT devices are now shown with a cleaner name format in places that support formatted display, such as POS configuration dropdowns. This makes it easier for users to identify the device, its connection, and its IoT box at a glance.
Original PR description
Before this commit, IoT device names would dislplay in the format '[iotbox] Device Name'. After this commit, in environments with formatting enabled (such as the device dropdown when configuring in POS), we show the name with the following format: Device Name Connection IoT box Where Connection and IoT box are using muted text. task-4922608  Forward-Port-Of: odoo/enterprise#89703 Forward-Port-Of: odoo/enterprise#89664