Wednesday, June 4, 2025
2 changes · saas-18.3
Enhancements to existing features
The IoT device controller now carries the IoT box identifier when handling print confirmations. This supports a temporary workaround needed for blackbox devices to send printer responses through websockets, improving reliability of connected printing flows.
Original PR description
We updated the `print_confirmation` route to accept data in the response. This is necessary as a temporary fix for the blackbox (it needs to send responses via websocket). Enterprise PR: odoo/enterprise#86598 Task: 4824066
Return screens are now easier to scan and search, with clearer titles and a new name-based search filter. Status wording and deadline styling were adjusted to reduce confusion and avoid users mistaking non-clickable dates for links.
Original PR description
- add a search filter on returns using the name - Increase slightly the Return title to make it more visible - Make the deadline black instead of blue to prevent user clicking on it. - Change wording from "Failed" to "Pending" for returns checks. task-4825767