Welcome!

Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

Sign up

You need to be registered to interact with the community.
This question has been flagged
1 Reply
9 Views

Hey Cyllo users, how do I set up record rules to control access across multiple users? I'm struggling to get it working correctly.

Avatar
Discard

Here's how you can implement record rules in Odoo to control data visibility based on company and user roles. This example uses XML to define the rules. Example Model: Company Restriction [('company_id', 'in', company_ids)] Example Model: Own Records Only [('user_id', '=', user.id)] Example Model: Manager Full Access

Avatar
Discard

Your Answer

Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!