This question has been flagged
1 Reply
3330 Views

I want to hide the tree view for the portal user, 

I went into Technical settings -- User Interface -- Views, and I searched for the tree view I want to hide, and added on groups the groups of users, I want them to see the tree view, but nothing seems to change.

I also tried on the tree view xml declaration and added : 

<field name="group_ids">[(4, ref('__export__.res_groups_65'))]<field>

'__export__.res_groups_65' is the group's id I want them to see the tree view.

Is there something I'm missing  ? 


Avatar
Discard
Author Best Answer

I was missing that the action responsible of displaying the module content on the portal, was defined on portal_claim module, I should do my customizations there. that's all.

Avatar
Discard