Tuesday, August 25, 2020
4 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
This change prevents manufacturing stock moves from incorrectly losing their unit factor during inventory posting. It helps ensure reserved quantities remain accurate when production moves are split and validated, reducing the risk of incorrect manufacturing inventory updates.
Original PR description
This reverts commit 96b17a82cf1ea1287e0a52c52c78166ef817ce7b. The issue appears at post inventory. As the reservation on the stock_move is updated (because the move are split to set some quantity done), The reserved quantity on quant are so. This is done via a savepoint. The savepoint will flush the current snapshot. This flush will recompute all the computed field. This is the unwanted behavior because all the stock move ready to be validated will have their unit factor set to 0. This commit is not exactly the original revert because of the flexible consumption feature (896352e53b77df2f42de39c0fed897d10ae947b0) Task : 2212001 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 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