콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
13944 화면

We have a sales team with multiple teams. Each team leader has multiple salespersons under him/her. We wanted a solution where salespersons see their own leads (already available solution), sales manager and above in heirarchy see all leads (already available) but Team leads see leads of all their team members. So we set up the team heirarchy in the Default sales team (in Users, not just in Employees). Then we followed these steps. Let me know if there is a better solution.

  1. Create "All Team Leads" record rule on Lead/opp object, with this rule

    ['&', ('section_id.user_id','=',user.id), ('section_id.member_ids', 'in', [user.id])]

  2. Create new Group " See All Team Leads" on Sales Object, inherit "Sales/See Own Leads" and apply "All Team Leads" rules.

  3. Add the Team Leads to this Access Rights group in Sales (doing this manually now - expecting better solutions where 'Team Leads' to automatically have rights)

Do the same if you want Phones, Orders and Order Lines too.

This solution we did also solves this question - Record Rule for Sales Team Leaders in old forum section.

Any better solution will be updated.

아바타
취소
베스트 답변

I would like step-by-step instructions where and how to do this.

or screenshots.

아바타
취소
베스트 답변

For ODOO 9.0, i update All Team Leads rule  (Thanks https://github.com/anajuaristi)

Detail: https://github.com/odoo/odoo/issues/4682

['|','|','|',('user_id','=',user.id),('user_id','=',False),('team_id.member_ids','in', [user.id]),('team_id.user_id','=',user.id)]
아바타
취소
관련 게시물 답글 화면 활동
1
11월 24
1891
3
4월 23
18586
1
12월 22
14636
3
5월 18
9464
1
5월 24
6979