Monday, April 29, 2024
3 changes · master
Enhancements to existing features
Shoppers who return from a product page to the shop page are now brought back to the exact spot they were browsing instead of the top of the page. This makes browsing large catalogs smoother and reduces frustration during shopping.
Original PR description
Before this commit: When users navigated back from a product page using the breadcrumb or the back button of the browser to the /shop, they were redirected to the top of the /shop page. This was frustrating for users browsing a large catalog, as it disrupted their current shopping flow. After this commit: When a user navigates back to the /shop page from a product page, s/he is taken back to the location from exactly where s/he left off. This thing aids in better user experience. task-3277056
This update modernizes internal tests for form dialog behavior in the web module. It helps maintain product quality and reduces the risk of future regressions without changing the user experience.
Original PR description
task-3705027 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
This update modernizes internal tests for the selection and creation dialog in the web module. It helps maintain quality and reliability for a common interface component without changing the user-facing behavior.
Original PR description
task-3705027 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