This question has been flagged

Hi Odoo Community,

in the Odoo 12 module "Project" I want to set the access rights for the project's manager. I mean that only the manager of a given project can have permissions to write, create and/or delete records, not the users.

Is there any way to do it?

Many thanks.

Avatar
Discard
Author Best Answer

Thanks Marcelo,

I tried but it doesn't work. I have installed the WBS app (project_wbs) and the Project module works differently. The "Project" object does not appear in the list, only WBS element.

Any idea on how am I doing wrong?

Thanks again.

Avatar
Discard
Best Answer

Hello!
In order to do that, you should create a access rule to the project, without the check on the read and create.
With the domain-> ['|', ('user_id', '='. False), ('user_id', '=', user.id)]

Avatar
Discard