Monday, July 13, 2020
2 changes · master
Enhancements to existing features
Odoo can now require a state or region when entering customer addresses for countries that need it, such as the United States. This helps businesses collect the location details needed for tax filing and compliance while keeping the existing optional behavior for other countries.
Original PR description
Before this commit state field was not mandatory in any condition. but, for fiscal reasons, we need to know the state of united-state's customers.so there is need to make it mandatory for usa-based customers. we have added one boolean field in country form. if is true then state field will be mandatory in partner form. Task-ID: 2232229
Automated tests now avoid starting shared background services that each test already sets up on its own. This reduces test conflicts and unexpected results, helping developers validate changes more reliably without affecting normal user workflows.
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