Daily updates from Odoo
Friday, December 12, 2025
2 changes · 18.0
Enhancements to existing features
This update adds a message within 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 for managing their Basiq widget permissions.
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#101801
This update introduces a mechanism to customize the order lines used for calculating sales order amounts. This allows third-party developers to tailor how order totals are computed, providing greater flexibility for specialized sales scenarios. It ensures that order amounts are calculated accurately based on specific business needs.
Original PR description
This allows to change the record set of order lines which are used by `sale.order` `_compute_amounts` by custom addons