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

I created project and choose privacy as 'followers only' and added some followers to the project. At the same time I checked Task,Phases,Timesheet and Issues checkbox. I create a task and a issue and assigned to one developer. But all other developers who are not followers of the project can see assigned task and issues. How can I restrict this to only followers of the project?

아바타
취소
작성자

Please reply. Is there anything that I am missing out?

작성자 베스트 답변

Issue is solved. I created record rule for project task and issue.

#1 Project task :

  • Object : Task
  • Rule definition : [('message_follower_ids','in', [user.partner_id.id])]
  • Group : select global

#2 Project issue :

  • Object : project issues
  • Rule definition : [('message_follower_ids','in', [user.partner_id.id])]
  • Group : select global

If anyone find problem in creating record rule in openerp 7.0 then:

  1. Go to setting select user and check technical feature.
  2. Refresh page , now you can see technical column added below Google Docs configuration.
  3. Go to security.
  4. select record rule
아바타
취소
베스트 답변

In  Odoo 11 you must change the followers field for message_partner_ids as follows:.

#1 Project task :

  • Object : Task
  • Rule definition : [('message_partner_ids','in', [user.partner_id.id])]
  • Group : select global

아바타
취소
베스트 답변

when global is selected then the record rule is applied for project managers also. I want project manager have full permissions to see all the tasks and create edit delete his team tasks etc. I tried many solutions in v10 but its not working this way, if anyone know the solution plz share.

아바타
취소
베스트 답변

this solution not work for me .. v10 of odoo

아바타
취소
베스트 답변

Only followers will see the tasks and issues, but the follower is not able to create a new task for this project.

아바타
취소
관련 게시물 답글 화면 활동
1
6월 23
3459
1
11월 22
3760
Cannot create task 해결 완료
2
6월 20
3965
2
7월 18
7493
4
7월 18
8342