Daily updates from Odoo
Tuesday, January 20, 2026
1 change · master
Code cleanup and technical improvements
This update simplifies the backend of our IoT server logger, aligning with a previous improvement. The controller has been reorganized for better clarity and now securely verifies IoT Box identities using a shared token. This enhances the stability and security of our IoT integration.
Original PR description
Following the odoo/odoo#238740, we now simplify the db's side of the IoT server logger. We also moved the logger controller to it's own file for improved readability. In addition, we now ensure IoT Box identity using the shared token, provided as an authorization header. see odoo/odoo#241355