diff --git a/employee_purchase_requisition/doc/RELEASE_NOTES.md b/employee_purchase_requisition/doc/RELEASE_NOTES.md index 2185524b3..3b9d9d29f 100755 --- a/employee_purchase_requisition/doc/RELEASE_NOTES.md +++ b/employee_purchase_requisition/doc/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ## Module -#### 24.01.2024 -#### Version 17.0.1.0.0 -#### ADD -- Initial commit for Employee Purchase Requisition +#### 25.02.2025 +#### Version 17.0.1.0.1 +#### FIX +- Bug fixes for Employee Purchase Requisition diff --git a/employee_purchase_requisition/models/hr_employee.py b/employee_purchase_requisition/models/hr_employee.py index bbb071977..ba4c1773b 100755 --- a/employee_purchase_requisition/models/hr_employee.py +++ b/employee_purchase_requisition/models/hr_employee.py @@ -29,5 +29,6 @@ class HrEmployeePrivate(models.Model): employee_location_id = fields.Many2one( comodel_name='stock.location', + groups='hr.group_hr_user', string="Destination Location", help='Select a employee location from the location list')