Monday, July 7, 2025
3 changes · saas-18.3
Enhancements to existing features
USB-connected printer names no longer repeat the USB connection label. This makes device lists clearer for users now that the interface already shows the connection type separately.
Original PR description
Now that the frontend is showing the device connection type, we can remove this prefix since it is showing duplicate information. task-4922608 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
IoT devices are now shown with a cleaner, formatted name where supported, such as in the Point of Sale configuration dropdown. 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 
The IoT device screens are cleaner and easier to scan. Devices are now shown with connected items first, then by name, and their connection status is visible directly in the IoT Box form.
Original PR description
We previously added an unnecessary `group by` IoT Box in the IoT device search view. It is now removed.
We also sorted devices by connection desc and name in the iot device list view in the iot box form view,
and displayed the connected/disconnected status.
Tasks: 4922609, 4922638, 4922623