Tuesday, January 5, 2021
2 changes · master
Enhancements to existing features
The Employees app now avoids showing both “Employees” and “Employee Directory” to users who can already access the main Employees folder, reducing confusion during onboarding. The first user is also assigned to the Administration department by default, making initial employee setup clearer.
Original PR description
Reason: In Employees app, it is confusing for the first time users to see both 'Employees' and 'Employee Directory' folder. Also, first user is not assigned to any departments. Solution: If the user can see the folder 'Employees', don't show the folder 'Employee Directory'. Assign the first user to the 'Administration' department. Task - 2377506
Currency information has been made available more broadly so monetary tracking messages can display the correct currency symbol. This improves clarity for users reviewing value changes, making financial updates easier to understand at a glance.
Original PR description
Move the session information for the currency in community to display the currency symbol in the message for the monetary tracking fields. odoo/odoo#61999 task-2387268