Skip to content

Commit

Permalink
[FIX] domain user
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Mar 8, 2023
1 parent 6ae2335 commit 7138689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hr_operating_unit/views/hr_department_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<filter
string="Operating Unit"
name="operating_unit_id"
domain="[]"
context="{'group_by': 'operating_unit_id'}"
/>
</filter>
Expand Down
1 change: 0 additions & 1 deletion hr_operating_unit/views/hr_employee_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<field name="company_id" position="after">
<field
name="operating_unit_ids"
domain="[('user_ids', 'in', uid)]"
groups="operating_unit.group_multi_operating_unit"
widget="many2many_tags"
options="{'no_create': True}"
Expand Down

0 comments on commit 7138689

Please sign in to comment.