We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaa9001 + 1e5d802 commit 275c0c8Copy full SHA for 275c0c8
1 file changed
spp_user_roles/views/role.xml
@@ -20,6 +20,10 @@
20
<xpath expr="//field[@name='name']" position="after">
21
<field name="role_type" />
22
</xpath>
23
+ <xpath expr="//field[@name='implied_ids']" position="attributes">
24
+ <attribute name="domain">[('role_id', '=', False)]</attribute>
25
+ <attribute name="widget">many2many</attribute>
26
+ </xpath>
27
<xpath
28
expr="//field[@name='line_ids']/list/field[@name='user_id']"
29
position="attributes"
0 commit comments