Friday, December 19, 2025
1 change · saas-18.4
Enhancements to existing features
This update ensures IoT boxes automatically align with the latest database version, improving data consistency and reliability. The system checks the database nightly and triggers a restart of the IoT boxes to apply the necessary code changes. This prevents discrepancies between the database and the IoT box’s code.
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