User projects can only see their projects

Asked by Laurent Urbain (Realdolmen)

Hi,

I need to display informations of projects, only for project members?

So if I have two projects, only the members of the project 1 can see this project and the same for project 2

How can I do that?
With record rules? in the view?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Vinay Rana (OpenERP)
Solved:
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello,

You need to define 'Roles' with proper structure if require from Administration/Users/Roles Structure/Roles.
Assign this to particular user.

Thanks.

Revision history for this message
Laurent Urbain (Realdolmen) (laurent-urbain) said :
#2

Hi,
thanks for answer.

But I have enough a problem.
Roles is to link a user with an action on the workflow?

In my case, there isn't any action of the user, it's only a dynamic read permission.

I have the same problem for the task, I want that user see only the task where they are assigned to.

Sorry for my bad english.

Laurent

Revision history for this message
Best Vinay Rana (OpenERP) (vra-openerp) said :
#3

Hello,

You need to define Record rules for restrict the data by user. Add this into particular group, which is assign to user.

Thanks.

Revision history for this message
Laurent Urbain (Realdolmen) (laurent-urbain) said :
#4

Thanks, it's work :)

Revision history for this message
Laurent Urbain (Realdolmen) (laurent-urbain) said :
#5

Thanks vra (openerp), that solved my question.