Daily updates from Odoo
Sunday, December 1, 2024
1 change
Enhancements to existing features
The portal now checks that a selected state or province matches the chosen country, and requires a state when the country makes it mandatory. This helps prevent incorrect customer address data and reduces downstream processing errors.
Original PR description
Description of the issue/feature this PR addresses: Currently, there is no validation ensuring the selected state corresponds to the chosen country, nor checks that enforce a state selection when required by the country. Current behavior before PR: Users can select a state that doesn't belong to the selected country. No validation exists to require a state selection when the country mandates it. Desired behavior after PR is merged: The selected state will be validated to ensure it belongs to the selected country. A state will be mandatory when the country requires it, and appropriate error messages will be shown when these conditions are not met. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr