Monday, February 10, 2020
2 changes
Enhancements to existing features
This update corrects an internal file reference in Odoo's base language component. It helps ensure the system points to the intended file, reducing the chance of incorrect behavior in related language functionality.
Original PR description
Follow-up on https://github.com/odoo/odoo/commit/22f02af6bf002324ebafc38d4eefeda60063247a Use the correct reference for the file. 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
The web test suite has been updated to use browser-native event handling, making automated tests closer to real user behavior. This helps improve confidence in the reliability of web and Studio features without changing day-to-day functionality for users.