Thursday, September 17, 2020
1 change · master
Enhancements to existing features
When users add another condition to a custom search filter, the new row now starts with the same field and operator as the condition they just used. This saves time and reduces repetitive selections when building multi-condition filters.
Original PR description
Taskid: 2222545 Description of the issue/feature this PR addresses: Searchview custom filters: presetting the dropdowns used in the previous condition is a better for what a user tries to filter than always starting the dropdowns at the top of their lists. Current behavior before PR: When one constucts a custom filter in the search view and clicks on the "ADD A CONDITION" button, the new condition dropdowns always start with the top of the lists. Desired behavior after PR is merged: This PR will instead default a new condition to the same field and operator as the previous one. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr