openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27093
[Bug 1270742] [NEW] rule: project see own not work when 'privacy_visibility = employees'
Public bug reported:
My requirement is all project manager can just see his own project.
So I add this rule in Project/Manager group.
Name: project see own
Object: Project
Access rights: check all the four items
Rule Definition: ['|',('user_id','=',user.id),('user_id','=',False)]
Then I noticed that users with this group can still see others' project
when Privacy/Visibility is 'Employees only'.
** Affects: openobject-addons
Importance: Undecided
Status: New
** Tags: access right
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1270742
Title:
rule: project see own not work when 'privacy_visibility = employees'
Status in OpenERP Addons (modules):
New
Bug description:
My requirement is all project manager can just see his own project.
So I add this rule in Project/Manager group.
Name: project see own
Object: Project
Access rights: check all the four items
Rule Definition: ['|',('user_id','=',user.id),('user_id','=',False)]
Then I noticed that users with this group can still see others'
project when Privacy/Visibility is 'Employees only'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1270742/+subscriptions
Follow ups
References