Skip to content

Commit

Permalink
Update hr_job_category/models/hr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Xicluna <[email protected]>
  • Loading branch information
leemannd and florentx authored Oct 17, 2023
1 parent 6320475 commit 9c52d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_job_category/models/hr.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def write(self, vals):
job_id = prev_data.get(contract.id)
if job_id:
contract._remove_tags(job_id)
self._tag_employees(contract.employee_id.id, contract.job_id.id)
self._tag_employees(contract.job_id.id)
return res

def unlink(self):
Expand Down

0 comments on commit 9c52d1f

Please sign in to comment.