Monday, December 31, 2018
3 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
Model field lists now display each field's related model, making it easier for users to understand relationships between records. This helps users search, filter, and inspect linked data such as customer, order, or category connections more quickly.
Original PR description
Description of the issue/feature this PR addresses: quick searching Current behavior before PR: There is no easy way to see the relation of fields on a table, which makes searching and filtering harder. Desired behavior after PR is merged: You're able to see the relation of all fields on a table. This is especially handy when you want to see details from `many2one`, `one2many` and `many2many` fields:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr