Daily updates from Odoo
Friday, May 29, 2026
6 changes
2 changes
Enhancements to existing features
This update adds logging to the IoT drivers to help our support team quickly diagnose issues related to IoT boxes that are having trouble connecting with the correct IP address or version. These logs will provide valuable insights for troubleshooting and resolving problems, ultimately improving the user experience. This is a minor improvement focused on internal support processes.
Original PR description
This PR adds some minor logs to help identify issues around iot box hanging ip address and version See https://github.com/odoo/enterprise/pull/118377 Forward-Port-Of: odoo/odoo#266538 Forward-Port-Of: odoo/odoo#266410
This update enhances logging around IoT device connections and data transmission. Specifically, it adds more detailed logs for IP address and version changes, and optimizes a search process to prevent unnecessary activity. These improvements will aid our support team in troubleshooting IoT issues and improving device performance.
Original PR description
This PR adds some minor logs around ip/version change and websocket messages sent to the iot box. It also inverts a condition to avoid doing a useless search when sending websocket messages See https://github.com/odoo/odoo/pull/266410 Forward-Port-Of: odoo/enterprise#118442 Forward-Port-Of: odoo/enterprise#118377
2 changes
Enhancements to existing features
This update adds logging to the IoT drivers to help our support team quickly diagnose issues when an IoT box is unable to connect or is running an outdated version. These logs will provide valuable information for troubleshooting and resolving connectivity problems, ultimately improving the user experience.
Original PR description
This PR adds some minor logs to help identify issues around iot box hanging ip address and version See https://github.com/odoo/enterprise/pull/118377 Forward-Port-Of: odoo/odoo#266538 Forward-Port-Of: odoo/odoo#266410
This update enhances logging around IoT device connections and messages, providing more detailed information for support teams. A key change optimizes a search process, preventing unnecessary activity and improving efficiency. This contributes to better troubleshooting and support for our IoT customers.
Original PR description
This PR adds some minor logs around ip/version change and websocket messages sent to the iot box. It also inverts a condition to avoid doing a useless search when sending websocket messages See https://github.com/odoo/odoo/pull/266410 Forward-Port-Of: odoo/enterprise#118442 Forward-Port-Of: odoo/enterprise#118377
2 changes
Enhancements to existing features
This update clarifies payslip reports by separating full days from half days. Previously, both types were shown together, making it difficult to understand work hours. This change provides a clearer breakdown of employee work time reflected on payslips.
Original PR description
In order to clearly distinguish work days that extended full day or half day, the worked days under the payslips will not display both entries as separate types with the half days flagged Task: 5975762
This update enhances Odoo's compatibility with Swedish Point of Sale blackboxes. It now supports a faster data transfer rate (57600 baud) for these devices, improving the reliability and speed of data collection. This ensures accurate sales data is transmitted from the blackboxes to the Odoo system.
Original PR description
This commit adds support for Swedish blackboxes using a 57600 baud rate, as opposed to 9600 used by older models.