Skip to Content
Menu
This question has been flagged
3 Replies
4114 Views

Hi, I have an odoo11 running on ubuntu16

i got an error for the user trying to access project:

This user belongs to the group of project users.


Acessos de aplicações


User
Employee
User

When i copy this database to the local machine this error does not occurs.

I created another server and copy database there -- the problem persist.





Avatar
Discard
Best Answer

Hi, 

Probably your group does not have Read access right  to read project_project model. 
To fulfill that, you need to add : 
1-  in your security file, add : 

access_project_group_user,access_project_group_user,model_project_project,MODULE.Your_Group,1,0,0,0

1,0,0,0 refers to READ,Write,Update,Delete and 1 means True, 0 means False

OR

2- Using the interface, activate developer mode and go to : settings/Technical/security/record rules
Create your own with your own group.

Avatar
Discard
Author

User belongs to the project user group and project user grroup have read access to the project. In this case when i copy the database to the local machine the error persists, but it dissapears on the local machine

Best Answer

Hello Aksana, You can check the Privacy Settings of the project. You may be inviting Users before allowing to access them the project.

Avatar
Discard
Author

User in case belongs to the group project users

Related Posts Replies Views Activity
1
Feb 18
745
2
Jul 24
939
1
Jun 24
3560
1
Oct 23
8578
1
Oct 23
97