Skip to content

Commit

Permalink
Merge PR OCA#227 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Jul 10, 2023
2 parents 98d7fce + d0a7517 commit eb030db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base_user_role/views/user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
<field name="inherit_id" ref="base.view_users_search" />
<field name="arch" type="xml">
<field name="company_ids" position="after">
<field name="role_ids" />
<field
name="role_ids"
filter_domain="[('role_line_ids.role_id.name','ilike',self)]"
/>
</field>
</field>
</record>
Expand Down

0 comments on commit eb030db

Please sign in to comment.