I just want to know if exist any way to generate a private view on the CRM per salesperson.
My idea it's that every seller can take a new lead (without a salesperson assigned) or load an opportunity manually and set the salesperson field and then in the CRM can only view their own leads / opportunities.
This restriction need to avoid that a salesperson can watch other leads / opportunities and, in a perfect scenario, only their own contacts.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
3871
查看
Odoo has a role Sales / User: Own Documents Only and the associated Record Rule will limit these users to their own Leads and Opportunities by this domain:
['|',('user_id','=',user.id),('user_id','=',False)]
This Record Rule doesn't apply to Leads & Opportunities in v11 but that's easily fixed!
You can do something similar with customers - here's more information on Record Rules
Hi,
this module fit in your shared idea?: https://apps.odoo.com/apps/modules/13.0/jt_crm_security/
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
Lead Generation
已解决
|
|
3
5月 24
|
3675 | |
|
3
12月 22
|
24050 | ||
|
1
7月 24
|
3586 | ||
|
4
1月 24
|
4408 | ||
|
0
1月 22
|
3076 |