Wednesday, April 23, 2025
3 changes · saas-18.2
Enhancements to existing features
Point of Sale product cards now exclude quantities from combo choices when showing item counts. This makes the displayed counts more accurate for staff and helps avoid confusion during checkout.
Original PR description
In this commit: ======= Ensures that combo choice quantities are not included when calculating the product card quantity count. Task: 4676110
Dropdown and autocomplete menus no longer pre-select an item just because the cursor happens to be resting over it when the menu opens. This makes menu behavior more predictable and reduces accidental selections for users.
Original PR description
The mouse cursor automaticaly selects dropdown and autocomplete items if the mouse is on top of the item when the menu opens, this is not expected. After this commit, the mouse cursor only select items if it moves. Task: 4687065 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update changes an internal accounting test so it sets a ranking value directly instead of relying on a delayed background step. This makes the test more predictable and helps reduce false failures without changing product behavior for users.
Original PR description
Increase the field of the rank directly in test instead of going through `_increase_rank` which increases the rank in postcommit. odoo/odoo#205528