Hello,
From some time we are working with odoo community for our company. At the moment with version 13.
We have different salesmen and we need them to see only their contacts. We only use CRM and contact options.
We tried some option but still this user/salesman see the entire database.
We have managed to make this user only see his contacts by adding the rule [('user_id', '=', user.id)] but some problems appear, this user cannot create new contacts and neither can "schedule activity".
How can we configure it so that the user can work normally, only with his/her contacts?
Thank you in advance for your help!
This question has been flagged
1
Reply
4509
Views
i think you have to let your salesmen to see their own contact and contacts made by them
then you can add rule ['|',('user_id','=',user.id),('create_uid','=',user.id)] for the salesmen User Group
Fady Noor Ilmi Lubis
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
1
May 25
|
4202 | ||
|
|
1
Jul 24
|
5342 | ||
|
|
1
Mar 23
|
10047 | ||
|
|
1
Jun 22
|
5676 | ||
|
|
0
Nov 15
|
5292 |