Tuesday, September 29, 2020
3 changes · master
Enhancements to existing features
Discuss now lets users click a sender's name to open the most relevant profile page, such as the employee record when available or the public user/contact form otherwise. This helps employees quickly understand who they are speaking with without manually searching for the person elsewhere.
Original PR description
PURPOSE: If often happens that someone will send you a message, but you don't actually know who this person is within the company. In this context, it would be practical to have a direct access to…
PURPOSE:
If often happens that someone will send you a message, but you don't actually
know who this person is within the company. In this context, it would be
practical to have a direct access to that person's public user or employee form
in order to get more information.
SPECIFICATIONS:
1) on hover, display the name of the user is bold + underligned
if the user clicks on the name, redirect to:
- the employee form if the hr module is installed and if the user is
linked to an employee
else redirect to the public user form
2) if the user clicks on the name:
and the partner/employee is linked to a user or it is a user, redirect to:
- the employee form if the hr module is installed and if the user is
linked to an employee
else redirect to the public user form
and the partner is not linked to a user, redirect to the partner form view
and the employee is not linked to a user redirect to the employee form view
LINKS:
PR https://github.com/odoo/odoo/pull/53636
Task 2252924
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis update makes accounting forms and related reversal steps easier to use. It improves day-to-day navigation and clarity for accounting users, reducing friction when reviewing or reversing accounting entries.
Original PR description
Cherry-pick of https://github.com/odoo/odoo/pull/58810 to master, so that mergebot accepts the v14 branch.
Belgian payroll now includes a dedicated structure for student employees, making their contracts and payslips easier to process correctly. The update also improves how related payroll fields are displayed and fixes hour and day counts, reducing manual corrections for HR teams.
Original PR description
Purpose ======= Also bring some fixes on fields display + hours/days counts TaskID: 2347843