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

Hello,

I'm currently testing Odoo v9 CE for my society, indeed we need to change our system.

So I installed Odoo on a VPS with Debian 7, and it has been very complicated to install (a lot of dependency issues), they really should update the manual, but now it works.

My collaborator who also tests Odoo told me yesterday that he can't create a new product in the manufacture application, so I'll see, I thought I had not put him the good rights, but no problem.

He receives this error message:

Odoo Warning - Access Error 

The requested operation cannot be completed due to security restrictions. Please contact your system administrator.

(Document type: mail.channel, Operation: read)

After lot of research, I find no information about this, so I decided to reproduce the bug to find a solution.

To reproduce it, you must open twice your account on Odoo and forget to disconnect one. However, this does not help much to resolve the issue.

This error message also appears on the other application for example discuss app.

 sudo service Odoo restart
sudo service postgres restart

This does not solve the problem, and even if it did, I would have to find the source issue, because if you put it in place in the company, we can not afford this kind of problem happens.

Moreover, enable/disable accounts does not change the issue.

I ask you to help me to give some helpt.

Thanks for answering me,

Avatar
Discard
Best Answer

Seems that your user need access to read mail.channel model. Odoo permissions for that model says that:

- everybody can read

- Employees users(not employees from hr, normal users) can read, write, create, unlink

- There is an ir.rule that filter access only to public and joined groups and restrict create

If you have modified those permissions or create a new ones you need to review it. Check under /Setting/Technicals/Security menu: Model Access and Record Rules for mail.channel

Avatar
Discard
Related Posts Replies Views Activity
2
Aug 16
2750
3
Jan 16
7031
0
Sep 23
497
0
Sep 23
450
2
Feb 23
9253