Monday, December 31, 2018
2 changes · master
Enhancements to existing features
Several core setup forms now have a clearer page structure, making them easier for developers and implementers to adapt safely. This helps reduce customization friction around banks, countries, contact tags, titles, industries, and related reference data without changing day-to-day business workflows.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created views with hard to reach elements for developers. Current behavior before PR: Multiple base views have no `<sheet>` set and have some annoying parts to xpath. Desired behavior after PR is merged: The form views have a `<sheet>` set and have names set on the most important items for easy `xpath` expressions. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes resource form views easier to customize by allowing cleaner targeting of specific sections. It helps future configuration and development work happen more quickly with less risk of fragile changes.
Original PR description
Description of the issue/feature this PR addresses: Allow easier `xpath` expressions on forms Current behavior before PR: Not easy to xpath into some parts of the form views Desired behavior after PR is merged: Easy and clean `xpath` expressions to change the views -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr