Wednesday, June 4, 2025
2 changes · saas-18.3
Enhancements to existing features
Belgian point-of-sale systems can now fall back to a websocket connection when the usual longpolling connection to the blackbox is unavailable. This temporary improvement helps keep fiscal device communication more reliable until the newer IoT HTTP service replaces it in a later version.
Original PR description
We updated the way of contacting the blackbox to allow using the websocket as a fallback for the longpolling. This is a temporary fix that is solved by the use of the `iot_http` service in saas-18.4. Community PR: odoo/odoo#212052 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