Saturday, December 13, 2025
2 changes · 19.0
Enhancements to existing features
Point of Sale loyalty rewards now stop checking free-product options once a valid match is found. This reduces unnecessary processing and can make checkout reward calculations faster when loyalty programs include multiple reward products.
Original PR description
Before this commit, the computation of potential free product quantities looped through all reward products even after finding a valid one. This led to unnecessary calculations and performance degradation, especially when multiple reward products were involved. opw-5268991 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#239442
This update adds a message to the Account Online link, allowing users to easily revoke consent for the Basiq widget. This provides greater control over data sharing and aligns with privacy best practices. It redirects users to a dedicated page with a clear revocation button.
Original PR description
This commit will add a message on the account online link chatter for the basiq provider. This message will allow the user to be redirected to an odoofin page with a button to revoke his consent on a basiq widget task-5187621 Forward-Port-Of: odoo/enterprise#101972 Forward-Port-Of: odoo/enterprise#101801