Thursday, June 26, 2025
1 change
Features or functions removed from Odoo
The bank reconciliation list now relies on the standard Odoo selection behavior instead of a module-specific customization. This keeps the user experience consistent across list views while preserving the ability to add lines to a selection by clicking them.
Original PR description
This reverts commit f40533c0b3410676aee29a2b48454213966613f7. In this commit, we added a customization for the bank rec widget by changing the way selection records in a list view works. Before the change: selecting a record then clicking on the line of another record -> the last record is selected, others already selected are ignored After the change: selecting a record then clicking on the line of another record -> the last record is added to the selection But after this: https://github.com/odoo/odoo/pull/212148, this is the standard behaviour, so the bank rec customization is no more needed. task-4816580