Skip to content

Commit

Permalink
Tests on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
lanto-razafindrabe committed Jun 7, 2024
1 parent 0a13fff commit d609d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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",
)
2 changes: 1 addition & 1 deletion hr_employee_type/views/hr_employee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="category_ids" position="after">
<group>
<group name="hr_type">
<field name="ttype"/>
<field name="ttype" groups="hr.group_hr_user"/>
</group>
</group>
</field>
Expand Down

0 comments on commit d609d5c

Please sign in to comment.