Thursday, May 7, 2026
2 changes · 19.0
Enhancements to existing features
The Windows IoT installer now records the image version using the build date instead of a fixed old version number. This makes version information clearer and consistent with Raspberry Pi IoT images, and startup logs now include the Windows version for easier support.
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
This update clarifies the messaging when users don't have enough credits for a purchase. The wording has been simplified from 'not enough credits' to simply 'Buy', making the process more intuitive for customers. This change improves the user experience and encourages purchases.
Original PR description
Better wording when not enough credits (from _Buy more credits_ to just _Buy_) Task-6128791