Daily updates from Odoo
Wednesday, May 27, 2026
2 changes · saas-19.2
Enhancements to existing features
This update simplifies the handling of Swedish blackboxes, ensuring compatibility with both the new Skattedosan and older CleanCash models. By supporting both protocols at different baud rates, the system now seamlessly integrates with all Swedish blackbox devices, improving data collection reliability.
Original PR description
In odoo/odoo#260587, support was added for the modern Skattedosan brand Swedish blackboxes, using their own unique protocol. However, it turns out they also support the previous CleanCash protocol, just at a higher baud rate of 57600. This commit simplifies the SE blackbox driver by only supporting one protocol, but attempting to use it at both 9600 and 57600 baud. This results in both blackbox types being compatible. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update allows the IoT box to broadcast its IP address via Bluetooth for 5 minutes after startup. This feature provides support and clients with a quick way to identify and troubleshoot network connectivity issues with the IoT box. It ensures easier diagnostics for technical support teams.
Original PR description
This PR allows the iot box to advertise its ip address over Bluetooth for 5 minutes after boot. The format is `IoT Box [S/N] - [ip]` If no network is available it would advertise "No network connection" instead of the ip This can help clients and support to troubleshoot IoT Box issues. Forward-Port-Of: odoo/odoo#265738