when my one user click on one my category he sees ...
403: Forbidden
The page you were looking for could not be authorized.
Error message:
You are not allowed to access 'Product ribbon' (product.ribbon) records. This operation is allowed for the following groups: - Sales/Administrator - Role / Member Contact your administrator to request access if necessary.
pease give me slution....
Hello Nilesh,
Please check below record in security/ir.model.access.csv file in your custom module.
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
base.group_user,0,0,0,0(this is only example)
Hope it helps..
Hello,
I’ve checked the access rights for the Public User and confirmed that they don’t have permission to view Product Ribbon records.
My question: Could you please confirm that ribbons have been added to all products, or only to the newly added products where you’re encountering the issue?