Wednesday, November 26, 2025
2 changes · saas-18.4
Enhancements to existing features
This update enhances the stability of our IoT Box integration by splitting websocket messages. Previously, messages targeted multiple IoT devices simultaneously, which could cause issues. Now, each message is sent individually, per device, ensuring smoother and more reliable communication.
Original PR description
In order to ensure ws compatibility with stable IoT Boxes versions, we now split websocket messages to send one per IoT identifier, instead of one targeting multiple ones. related: odoo/odoo#234175 Forward-Port-Of: odoo/enterprise#100317 Forward-Port-Of: odoo/enterprise#100127
This update enhances the documentation for Odoo's resource and shared method usage within the html_builder and html_editor modules. The changes improve type definitions, ensuring better code clarity and maintainability, which supports future development and reduces potential errors.
Original PR description
backport of https://github.com/odoo/odoo/pull/236084