Wednesday, May 8, 2024
2 changes · saas-17.1
Resolved issues and error corrections
The chart of accounts search panel no longer shows an expand or fold button that was getting in the way of other controls. This reduces visual clutter and helps users access the relevant search panel buttons more easily.
Original PR description
This commit hides the expand/fold button of the search panel in the chart of accounts because it overlaps with the search panel buttons and is not useful in this case.
Searching for customers in Point of Sale now keeps the most relevant matches at the top instead of rearranging results alphabetically. This helps cashiers find the intended customer more quickly and reduces selection mistakes during checkout.
Original PR description
Prior to this commit, searching in the partner list resulted in an alphabetical sorting of the results. This commit fixes the issue by ensuring that the search results are sorted based on similarity instead of alphabetically. opw-3905027 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr