Daily updates from Odoo
Friday, May 29, 2026
3 changes · saas-19.3
Enhancements to existing features
This update enhances the analytic reporting feature by adding a 'product category' field to the account.analytic.line model. This allows users to group and analyze expenses by product category within their reports, providing more granular insights into spending patterns.
Original PR description
Add the related (non-stored) 'product_category' field on the account.analytic.line model to make it available in the Analytic Reporting "Group By" task-6219418 Forward-Port-Of: odoo/odoo#266378
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