İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3288 Görünümler

Getting this error in Odoo 15 Self Hosted Instance when our employee is trying to access any contact in the database. interestingly other users are not facing any issue like this. Can someone help me resolving this issue. 

Thank you,

Pavan Kumar


Avatar
Vazgeç
En İyi Yanıt

Hi,

Logged in user group is not having the access to journal items in the db and thus you received this message. To understand more on this and to solve the issue, you need to go through the database and see how the read is triggered on this model and from where and then do the necessary like granting the access to this model or bypass the rule using sudo if necessary.


* trace how the read is triggered in this model

* check the access rights/record rules of the account.move.line model 


Thanks

Avatar
Vazgeç