Daily updates from Odoo
Wednesday, October 24, 2018
3 changes
Enhancements to existing features
User profiles now show quick links to related groups, access controls, and record rules, including counts, when debug mode is enabled. This helps administrators review security settings more easily while adding safeguards to reduce accidental changes to shared access rules.
Original PR description
Add 3 smart buttons with count in user form view to directly access : - Groups - Access Controls - Record Rules -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now filter available fields in the field selector using a search box. This makes it quicker to find the right field, especially in screens with many options, and uses flexible matching to improve results.
Original PR description
The option `showSearchInput` has been added on the ModelFieldSelector to allow the user to easily filter the displayed fields. An input is displayed in the popover title. The search method is fuzzy for optimal results.
Odoo Studio now offers a search option when choosing fields in the model field selector. This makes it quicker for users to find and add the right field, especially in configurations with many available fields.
Original PR description
This option allows to add a search input on the ModelFieldSelector, which eases the addition of a new field.