c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00427
[Bug 652152] Re: [6.0][project] if user is both a project manager and a user, he can't see the project he participates
The issue is basically that the ir.rule for project manager is incorrect because it prevents access to projects you are simply a member of.
We need to correct that indeed, thanks for reporting it!
(Project User itself does not have any rule and there is no conflict between rules)
** Changed in: openobject-addons
Status: New => In Progress
** Changed in: openobject-addons
Assignee: (unassigned) => Olivier Dony (OpenERP) (odo)
--
[6.0][project] if user is both a project manager and a user, he can't see the project he participates
https://bugs.launchpad.net/bugs/652152
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: In Progress
Bug description:
Hello,
using last v6 addons with demo data and project module.
Log as user "Phuong" phu/phu.
Go to menu Project/Project
no matter you click on the "member" button, you can't see the "Integrate an Sale and Warehouse Management." project where Phuong is a member.
The reason is that Phuong is also a "project manager", this define an access rule with the following domain: [('user_id','=',user.id)]
Adding Phuong to the project user group doesn't fix the issue.
No immediate idea how you could fix this but in production this is common and annoying.