I use Odoo 15 community and I have integration with xml-rpc.
Sometime in random moment I get record rule error:
Due to security restrictions, you are not allowed to access 'Partner' (res.partner) records. Records: Some contact (id=) User: Some company user (id=) This restriction is due to the following rules: Contact your administrator to request access if necessary.
I could not find any general among of error records.
Checking the record I see that company_id is right.
Usually Odoo show which record rule was disrupted, for example "res.partner company" but here I see only empty line.
It started after enable multicompany.
The main question is that I cannot see what the record rule was disrupted.
Why I see the error and don't see on which record it was?
Thank you!