Wednesday, May 20, 2026
2 changes · saas-19.3
New functionality added to Odoo
This pull request addresses a localization issue by adding missing module definitions to the .weblate.json files for the Odoo Enterprise SaaS version. This ensures that all modules are correctly identified and translated, improving the overall user experience for international customers. It's a routine maintenance task to maintain proper localization support.
Original PR description
Forward-Port-Of: odoo/enterprise#117622
This update introduces a simple LED flashing feature within the IoT app. When the 'test' button is pressed, red and green LEDs on the IoT box are activated, helping to easily identify and locate multiple boxes, particularly in complex setups like OXP deployments. This improves operational visibility and troubleshooting.
Original PR description
This PR adds a feature to flash red and green leds on the iot box with odoo-led-manager service when using "test" button in iot app This helps to identify an iot box when having multiple in the setup (Ex: OXP) Forward-Port-Of: odoo/odoo#263359