thank you for your both replay , but @ayana in my shop all public access the page without sign in so how can i do it , i am begainer in odoo so can you please guide me what step can i do
please....
Hello everyone,
I’m facing an issue on my Odoo Online website (hosted at apt-computer.odoo.com).
My Shop page is publicly visible (no login required).
Everything was working fine — I had around 16 product categories before, and all of them displayed correctly.
But yesterday, after I created one new category and added products under it, my website started showing this error for public visitors:
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
If I log in as admin, the page loads normally.
The issue only appears for public users (non-logged-in visitors).
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?