Skip to Content
Menu
This question has been flagged
2944 Views

Hello,

I would like to show a list of users who are in the group " affichage2.group_information_client "

So i have inherit view as follows :

<record id="base.action_res_users" model="ir.actions.act_window">
<!--field name="inherit_id" ref="base.action_res_users"/-->
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="res_model">res.users</field>
<!--field name="domain" >[('id', 'in', 'affichage2.group_information_client.ids')]"</field-->
<field name="groups_id" eval="[(4, ref('affichage2.group_information_client'))]"/>
</record>

That don't working for me. Any other solution please?

Avatar
Discard