Hi
I have created a rule in my security folder but i want to display this rule only for certain groupe, how i can make that ?
I have tried to insert the group name inside the rule definition, but it don't working :
<record model="ir.module.category" id="module_category_affichage" groups="affichage.group_information_distributeur">
<field name="name">Captures Gestion</field>
<field name="sequence">5</field>
</record>