Wednesday, October 9, 2024
2 changes · 18.0
Enhancements to existing features
The customer portal now checks that the selected state or region matches the chosen country. It also requires a state selection when the selected country needs one, helping prevent incorrect customer address details.
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
Loan asset groups now open reliably even when they are not linked to any assets or loans. Reversing long-term loan reclassification entries is also much faster, reducing processing time for large loans from minutes to under a minute in typical cases.
Original PR description
See commits Backport of https://github.com/odoo/enterprise/pull/70658