Skip to content

Commit

Permalink
[IMP] base_user_role - add path in act_window to fit with new url logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidderen committed Mar 4, 2025
1 parent 757e264 commit b75213b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base_user_role/views/role.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@
</search>
</field>
</record>
<record model="ir.actions.act_window" id="action_res_users_role_tree">
<record id="action_res_users_role_tree" model="ir.actions.act_window">
<field name="name">Roles</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.users.role</field>
<field name="path">user-role</field>
<field name="view_mode">list,form</field>
<field name="view_id" ref="view_res_users_role_tree" />
</record>
<menuitem
Expand Down

0 comments on commit b75213b

Please sign in to comment.