Friday, December 19, 2025
1 change · saas-18.3
Enhancements to existing features
This update ensures the IoT boxes automatically update their code to match the latest database version, occurring every midnight. This synchronization is triggered by a new cron job and requires a restart of existing IoT boxes to apply the changes. It prevents outdated code on the IoT boxes, improving overall system stability.
Original PR description
This PR adds the code which checks every midnight to see if the version of the database has changed. If so, it will update the iot box's code to align it to the database version Note: 1) the existing iot boxes will need to restart to get this cron job 2) Outside of database upgrade the code won't be upgraded with the cron Forward-Port-Of: odoo/odoo#240308 Forward-Port-Of: odoo/odoo#239049