We are implementing openERP for internal functioning of our software company and we have this requirement where a person should see a project only if he/she is a team-member of that project.
Asked
Active
Viewed 446 times
1 Answers
1
Find the Record Rule named Project: employees: public, portal, employees or following
Remove ('privacy_visibility', 'in', ['public', 'portal', 'employees']),
'&',
from the rule definition. After this, only people associated as a team-member with a project will be able to view a project.

coding_idiot
- 13,526
- 10
- 65
- 116