Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3520 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer