I am using Odoo 13 CE with multi-company configuration.
When I try to access any unpublish product endpoint as a Public User, I receive a 403 Forbidden error due to security restrictions:
The requested operation cannot be completed due to security restrictions. Please contact your system administrator. (Document type: "Product Template" (product.template), Operation: read)And I am expecting an 404: Page not found.
My problem is that I do not know how to debug or to figure out these restrictions for the Public User.
How would you debug or solve this issue?