Managers Group can see all sale orders and users group can see own sale orders.
Please Guide how I can implement by XML or settings.
Iam using odoo Community ver 13.
Managers Group can see all sale orders and users group can see own sale orders.
Please Guide how I can implement by XML or settings.
Iam using odoo Community ver 13.
Hi,
By default Odoo is having this access rights . Sales Manager can see all the records and if you set the user as User: Own documents only in the sales app, he will see only his records.
It is implemented using the record rules in odoo.
Domain For Record rule: ['|',('salesman_id','=',user.id),('salesman_id','=',False)]
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.