Skip to Content
Menu
This question has been flagged

I want to make this new group not visible for the "settings" group.

How can I do that with that code?

<record id="group_customer_supplier_manager" model="res.groups">
<field name="name">approval</field>
<field name="domain">[('user_id','=',11)]</field>
<field name="groups">base.group_system</field>
<field name="users" eval="[(4, ref('base.group_system'))]"/>
<field name="category_id" ref="base.module_category_extra" />
</record>


Thank you





Avatar
Discard
Related Posts Replies Views Activity
1
May 17
4131
1
Jan 17
2120
5
Jun 19
11017
3
Oct 17
29655
0
Mar 15
2748