Tuesday, February 2, 2021
6 changes · master
Enhancements to existing features
This update adds new tips to Odoo digest emails, helping users discover website customization options and timesheet shortcuts. It also adjusts the display order of an existing tip so the guidance appears in a better sequence.
Original PR description
This commits adds a few digest tips and change sequence of one. Task-2341722 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 contact title field now behaves as a simple selection instead of opening the title setup page when clicked. This reduces accidental navigation and keeps users focused while creating or editing partner contacts.
Original PR description
Avoid users unnecessarily land on the res.title form. so that add a selection widget on res.title form. **TaskId : 2446112** -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Web Studio sidebar now lets users collapse or expand the Existing Fields section, and it starts collapsed by default. This reduces visual clutter and makes it easier for users to focus while editing views, while still keeping existing fields available when needed.
Original PR description
Allow to fold/unfold the existing field section. It should be folded by default. task - 2388008
Fields added to list views in Odoo Studio are now shown by default while remaining optional. This gives users more flexibility because they can hide those fields later without extra configuration.
Original PR description
Currently, initially default selection of optional property drop-down is none, in this commit, set default selection of optional property drop-down to 'show' TaskId: 2393513
A new tip was added to the accounting digest to guide users on registering a firm or finding an accountant. This helps business users discover relevant accounting support directly through existing digest communications.
Original PR description
This commit adds a digest tip to help registering firm or finding an accountant. Task-2341722
The approval rule popover in Studio has been visually improved so its text and button display correctly. This makes approval configuration easier to read and use, reducing confusion for users working with approval rules.
Original PR description
TaskId: 2429710