Monday, May 3, 2021
4 changes · master
Resolved issues and error corrections
Fixed an issue in the Calendar view where hovering over a responsible person could show a default camera image instead of the correct avatar. This restores the expected visual preview and helps users quickly identify people in the calendar sidebar.
Original PR description
delete redundant '}' added by another developer by accident taskid: 2504659
This fixes spelling and grammar mistakes in the Project onboarding tour messages. The change makes the guided setup text easier to understand for users, with no change to functionality.
Original PR description
There are some grammatical mistakes and spelling mistakes in the tour message. This commit fixes these mistakes. TaskID: 2508637 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Helpdesk Sales Timesheet app now correctly waits for the related Helpdesk Sales app to be installed first. This prevents rare installation crashes and avoids running tests unexpectedly outside normal test mode.
Original PR description
1) This PR add a mandatory dependency between helpdesk_sale and helpdesk_sale_timesheet in order to make sure the first is installed before the second. 2) This PR removes a non-mandatory import which implies that tests are executed even when --test-enable is not added.
The Sign app now hides an unnecessary extra options button in the signer list for system administrators. This avoids confusion by removing a control that does not apply to this signer display.
Original PR description
An optionalColumnsDropdwon (ellipsis-v icon) will be added to a listview if the user is a system admin. The signer_ids is shown as a listview, but not a normal table here. We just hide the optionalColumnsDropdown button only for this field. taskid: 2508599