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
Resolved issues and error corrections
Several spreadsheet dashboards now keep their intended pivot sorting and valid filters after upgrades. This helps business users see dashboard data in the expected order and avoids broken dashboard views in HR, marketing, purchasing, sales subscriptions, and stock reporting.
Original PR description
See commit messages