Wednesday, March 26, 2025
3 changes · 18.0
Enhancements to existing features
Website administrators can now replace the standard third-party cookie blocking list with their own custom list when needed. This gives businesses more flexibility to align cookie consent behavior with their privacy policies and compliance choices.
Original PR description
By default, you cannot choose which third parties to block, you can just add to the default list. After this commit, you can use the 'magic key' `#ignore_default` to define your own list.
Journal item tabs now hide section and note lines, so users see only the accounting lines that matter for review and reconciliation. This reduces clutter across invoices, purchases, fleet, localization, and landed cost views without changing the underlying accounting data.
Original PR description
Does not show sections and notes in journal items tab. task-4517560 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Dragging items in kanban views now handles scrolling more smoothly. This should make rearranging records easier and reduce friction for users working with large kanban boards.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr