Wednesday, November 19, 2025
4 changes · saas-18.4
Enhancements to existing features
The Point of Sale sales report now includes a more detailed view of payments grouped by payment method. This helps teams understand how customers pay and makes sales analysis and reconciliation easier.
Original PR description
In this commit: ----------- - Enhances the PoS sales report by adding detailed breakdowns of payments grouped by payment method. task-5184319 Forward-Port-Of: odoo/odoo#234486
The mail plugin now includes a way to identify the Odoo version it is connected to. This lets Odoo warn users when the new add-in is not supported on their version, avoiding confusion and failed usage.
Original PR description
Purpose ======= The new addin has been refactored and doesn't work with older Odoo version, and so we add an endpoint to be able to show a message if we don't support that Odoo version. Task-4727609 Forward-Port-Of: odoo/odoo#236286 Forward-Port-Of: odoo/odoo#236047
The IoT Box now turns its displayed build hash into a clickable link that opens the matching commit on GitHub. This makes it easier for teams to verify exactly which software version is running during support or troubleshooting.
Original PR description
To ease checking the HEAD commit on the IoT Box, we now compute the github url to the commit, and redirect to it clicking on the hash in the technical information tab. Forward-Port-Of: odoo/enterprise#99673 Forward-Port-Of: odoo/enterprise#99422
IoT Box information is now loaded ahead of time, so IoT requests can continue working even when the connection is unstable or temporarily offline. This also reduces the number of database requests, which should improve overall performance for connected point of sale and self-order flows.
Original PR description
In order to allow iot requests to work offline, and also reduce the amount of orm requests sent to the db, we now preload IoT Box records in the `iot_http` service. Task: 5258886