Monday, August 11, 2025
3 changes · saas-18.4
Enhancements to existing features
IoT device logs now use color formatting similar to standard Odoo logs. This makes log messages easier to scan and helps teams spot important information more quickly during monitoring or troubleshooting.
Original PR description
We now format logs with colors, same as odoo db's logs. <img width="925" height="56" alt="image" src="https://github.com/user-attachments/assets/680212a0-6b14-49cf-950d-22e9ee98d156" />
This update adds automated checks for an internal Point of Sale service. It helps reduce the risk of future changes breaking checkout-related behavior, without changing day-to-day user workflows.
Original PR description
Add more hoot tests for `pos_store` service. task-id: 4945821 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#221756
The bank reconciliation statement button has been moved to the right side of the statement line. This makes the button easier to use on smaller screens and helps prevent users from accidentally clicking the wrong control.
Original PR description
This commit will move the statement button on the right of the statement line because when having a small screen the button was at the place of the other button of the statement line which could cause problems for the users to click on it task: 5004109 Forward-Port-Of: odoo/enterprise#91981