Monday, April 15, 2019
2 changes
Resolved issues and error corrections
A typo in the Sales Management field definition was corrected so the intended cleanup behavior now works. This is a minor internal fix that helps keep sale order data handling consistent and prevents the affected setting from being ignored.
Original PR description
Description of the issue/feature this PR addresses: Typo on field definition Current behavior before PR: Desired behavior after PR is merged: Follow Up of https://github.com/odoo/odoo/pull/32562 Ping @rco-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts an internal website test so it continues to work after a recent code change. It helps keep automated quality checks reliable without changing the customer-facing website experience.
Original PR description
Related forward-port 0a09a4d8a819ef06db47e798f0465e500004e4c1 Since c7fe955daa08d2ba264f6e3f6b4b919cc7713aa1 the assignation does not cache the received value, which forces a new fetch to happen. The test relied on the assignation to cache the incorrect value to work. Since the `lang_fr` is not active by default, it was not fetched. 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