Daily updates from Odoo
Tuesday, December 8, 2020
3 changes
Enhancements to existing features
The Sign app now shows whether an email still needs to be sent to other signatories or has already been sent. This reduces confusion by showing the correct Send or Resend action and recording sent emails in the document activity history.
Original PR description
Currently, in the sign module, it seems that we send an email to the other Signatory, but it's not true. In this commit, we display the 'send' button in the signed document if we never send a mail to other signatories before. Also, we display a message in chatter when a mail has been sent. task - 2275857
Project reporting now presents timesheet and planning analysis in a clearer default view. Charts are easier to compare because bars are unstacked, results are grouped by month, and the previous default grouping by assignee has been removed.
Original PR description
Purpose of this task is to improve the reporting of Project module by various small improvements. In this commit done the below changes: - Timesheet and Planning Analysis: - bar chart > the bars should be unstacked by default - apply a group by > month - remove the default group by > assigned to LINKS PR: #14960 Task-Id: 2307111
Employees who click “View Planning” from a planning email are now taken to the schedule period covered by that email instead of the current week. This makes it easier to review the relevant weekly or monthly shifts without manually changing dates.
Original PR description
Before this commit, when the user clicked on the "View Planning" button in the email, they were seeing their planning for the *current week* and not the period of the planning sent. Here the user will see their planning for the corresponding week / month. TaskID: 233547