Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
269 Zobrazení

Hello People, 


While Exploring and setting up odoo for our team the below record rule is restricting access of AI agent to that particular group. 


Record rule on res.partner: 

['|', '|',

    ('category_id.name', 'in', ['Employee', 'Vendor']),

    ('id', 'in', [1, 2,]),

    ('create_uid', '=', user.id),

]


this record rule is essential as its limiting the same group from accessing some un-tagged contacts so we can't remove that. 


Can anyone help us to understand how can we provide access of the AI agent  along with restricting the group from accessing or reading some contacts based on tags. 


You can suggest if there is any alternat way to restrict group from particular contacts to if it can resolve this conflict. 

Avatar
Zrušit