Skip to content

Commit

Permalink
Restore for testing circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
lanto-razafindrabe committed Jun 7, 2024
1 parent ef2a369 commit 0a13fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_employee_type/models/hr_employee.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class HrEmployeeType(models.Model):
[("internal", "Internal"), ("external", "External")],
"Type",
default="internal",
groups="base.group_hr_user",
# groups="base.group_hr_user",
)

0 comments on commit 0a13fff

Please sign in to comment.