Tuesday, May 5, 2020
3 changes · master
Resolved issues and error corrections
This update relaxes a blog performance test so it does not fail due to small, random differences in request counts. It helps keep automated checks reliable without changing the customer-facing blog experience.
Original PR description
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
Austria now has all 9 states available when entering contact addresses. This makes address data more complete and easier to standardize for Austrian customers and partners.
Original PR description
Impacted versions: - 11.0 12.0 13.0 14.0/master Steps to reproduce: 1. add a new contact 2. select 'Austria' in Address/Country 3. choose State Current behavior before PR: - no predefined states appear Desired behavior after PR is merged: - list all 9 Austrian states Description of the issue/feature this PR addresses: States are missing for country Austria. This PR adds the 9 states to odoo/addons/base/data/res.country.state.csv. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Validation messages in the online shop are now shown correctly when customers encounter input errors. This helps shoppers understand what needs fixing, reducing confusion during purchasing.
Original PR description
Before this commit, This validation message was not displayed properly. (See https://nimb.ws/OwfLsH ) Now we are displaying Validation error Properly. (See https://nimb.ws/ji3N2h ) 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