Browse Source

Mar 5 [UPDT] : Updated 'employee_purchase_requisition'

pull/317/merge
AjmalCybro 2 months ago
parent
commit
fdef20af18
  1. 8
      employee_purchase_requisition/doc/RELEASE_NOTES.md
  2. 1
      employee_purchase_requisition/models/hr_employee.py

8
employee_purchase_requisition/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <employee_purchase_requisition> ## Module <employee_purchase_requisition>
#### 24.01.2024 #### 25.02.2025
#### Version 17.0.1.0.0 #### Version 17.0.1.0.1
#### ADD #### FIX
- Initial commit for Employee Purchase Requisition - Bug fixes for Employee Purchase Requisition

1
employee_purchase_requisition/models/hr_employee.py

@ -29,5 +29,6 @@ class HrEmployeePrivate(models.Model):
employee_location_id = fields.Many2one( employee_location_id = fields.Many2one(
comodel_name='stock.location', comodel_name='stock.location',
groups='hr.group_hr_user',
string="Destination Location", string="Destination Location",
help='Select a employee location from the location list') help='Select a employee location from the location list')

Loading…
Cancel
Save