Tuesday, August 25, 2020
3 changes · master
Resolved issues and error corrections
The administrator setting for access to private addresses is now only shown in debug mode. This keeps a technical permission out of regular user setup screens, reducing confusion for everyday administrators.
Original PR description
Currently, the access to private addresses group show in the non debug mode and debug mode So in this commit, the access to private addresses group only show in the debug mode. LINKS PR: #56456 Task-Id: 2318509 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 Calendar month view now shows each event's time and title on one line, with the time first and longer titles shortened as needed. This makes busy calendars easier to scan without changing how events work.
Original PR description
When visiting the Month view of the Calendar App, events titles and time will be displayed inline, showing first the time of the event and then, the event title, truncated when needed, at the right of the container. Task 2200233 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The user access setting for the allocated time percentage Gantt view has been moved to the correct category. This makes the option appear in the expected place when managing user permissions, reducing confusion for administrators.
Original PR description
Currently, the administration access rights are under the technical groups that are only visible in debug mode Steps to reproduce: Go to Settings > Users So in this commit, the allocated time percentage Gantt group shows under the extra rights that are only visible in debug mode. LINKS PR: #12637 Task-Id: 2318509