Wednesday, March 27, 2019
1 change · master
Enhancements to existing features
Odoo now includes tests to confirm that duplicate fields in forms stay synchronized and respect visibility and read-only rules. This helps protect existing form behavior from future regressions without changing how users work today.
Original PR description
…ate fields in form views The following features are tested: - When the value of one widget is modified, the other ones change accordingly - The modifiers 'invisible' and 'readonly' are applied correctly if they differ between widgets 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