Daily updates from Odoo
Monday, May 6, 2019
2 changes · master
Enhancements to existing features
Password reset will now be turned on automatically in general settings. This helps users recover access when they forget their password without requiring administrators to enable the option first.
Original PR description
Description of the issue/feature this PR addresses: - Reset password settings should be enabled by default Task - https://www.odoo.com/web#id=1925281&action=327&model=project.task&view_type=form&menu_id=4720 Pad - https://pad.odoo.com/p/r.cee7c96dbdd2027beceffbf31a6a8b2a Current behavior before PR: - Reset password setting was not enabled by default in general settings Desired behavior after PR is merged: - Reset password setting will be enabled by default in general settings -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Employees now see only their own documents when accessing document management from their employee record. HR document storage is better organized with new tags for employee documents, payslips, certifications, and fleet-related documents, while the appraisal tag has been removed.
Original PR description
In this commit - 1) Restrict the employee. Now he/she can only see his/her documents when from the stat button on employee form, the employee goes to the dms. 2) Added new tag in HR folder of DMS - 2.1) Employees Documents 2.2) Payslips 2.3) Certifications 3) New folder in DMS - 3.1) Fleet 3.1.1) Vehicles Documents 3.1.2) Fine 4) Removed the appraisal tag. This is related to task# 1933708.