Good Day alI I need to give access to sales manager to view his team members records same like opportunity record
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
491
查看
I was tried but gave below error
Invalid domain: Invalid field calendar.event.team _id in leaf('team _id.user_id', '=', 2)
this record rule for the crm.lead not for other table.
Hello,
For this one, you need to add a new record rule or change the current one. Record Rule : [('team _id.user_id','=',user.id)]
Thanks.