Skip to Content
Menu
This question has been flagged
2 Replies
1455 Views

Hello,

I installed Odoo v8 om my Synology DS218+ from the standard packages. I tested Odoo with the standard admin login.
After that i duplicated admin to a new user--> lets call it user1@company.nl
When i login as user1@company.nl i cannot add a customer. i get the following error:

AccessError
The requested operation cannot be completed due to security restrictions. Please contact your system administrator.
(Document type: res.partner, Operation: read)

How can i resolve this?

With regards,
Gerwin

Avatar
Discard
Best Answer

In V8, some accessrights are set on the user.id = 1, being the admin-account. So it's possible the admin-user doesn't have access rights by groups, but by ID. I suppose this was done to make sure the admin user can always access anything, preventing the database to become useless when a noobie removes admin-rights. 

Avatar
Discard
Best Answer

Check the duplicated user access rights. The error explain you haven't given access to user to read the res.partner.

Avatar
Discard