Tuesday, May 19, 2026
3 changes · saas-19.3
Enhancements to existing features
This update enhances the Windows IoT version tracking by automatically recording the build date in a VERSION file, mirroring the format used for Raspberry Pi IoT images. This ensures consistent versioning and simplifies identifying the specific build of the IoT installation. Additionally, the Windows version is now logged upon startup for easier monitoring.
Original PR description
Before this commit, the Windows IoT version was hardcoded to '23.11'. After this commit, the installer now writes a VERSION file to the IoT install directory (which will remain between git checkouts). This file contains the build date in `YYYY.MM.DD` format, the same as the current Raspberry Pi IoT images. In addition, the Windows version is now logged on startup. task-6196801 **Image version:** <img width="306" height="39" alt="image" src="https://github.com/user-attachments/assets/f0252d44-4b5c-4bb5-aac8-4b8f56dc6ee2" /> **Windows version:** > INFO ? odoo.addons.iot_drivers.main: Windows version: Windows-11-10.0.26100-SP0 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#263392 Forward-Port-Of: odoo/odoo#263089
This update ensures that new fields added to the planning slot template – specifically company ID and worksheet template ID – are thoroughly tested. These tests were created to maintain code quality and prevent potential issues related to these template configurations within the Odoo Enterprise system.
Original PR description
The purpose of this commit is to ensure that the code of the following PR: https://github.com/odoo/enterprise/pull/112198 is properly tested. We add tests related to the addition of the `company_id` field on planning.slot.template, as well as the addition of `worksheet_template_id` field. task-6147827
This update enhances the timesheet interface by pausing the timer when a time sheet is selected for editing, and now displays timesheets in order of most recent activity. This provides a smoother and more efficient workflow for users managing their time.
Original PR description
- Make the timer pause when a time sheet is selected to be edited - Adjust the project listing sorting method to show the most recent first --- task-6131398 Forward-Port-Of: odoo/enterprise#114795