Skip to Content
Menu
This question has been flagged
1 Reply
1270 Views

community edition version 12
- setup using multi company
- switch to 2nd company
- invite some user to 2nd company
- but in employee, user added in the 1st company, require to  change company in employee

now, when switching to 2nd company, show this
The requested operation cannot be completed due to security restrictions. Please contact your system administrator.

(Document type: Employee, Operation: read) - (Records: [8], User: 2)

what is cause the problem? and how to check which user / employee record for mention [8]?

Avatar
Discard
Best Answer

Hi,

You are getting this error message due to the access right issue, if you adjust the access rights this can be sorted out. In the error message it says that, there is no read permission for the logged in user for accessing the Employee record with ID 8. So you have to check for the Access Control List and Record Rules given for this Model (Employee) and adjust accordingly.

If you feel this error has to be fixed inside the hrms_dashboard module itself, let the module author know about the same.

For Understanding the Access Control List & Record Rules in Odoo: Security in Odoo - Access Control, Record Rules and Group

Thanks

Avatar
Discard