Skip to Content
Menú
This question has been flagged
2 Respostes
3814 Vistes

Hello,

Is there way to restrict product permission to each user? I would like to give the product permission to user but don't want to access all products. We want user to see only products that we allowed.

Please help me how to restrict this permission.

Thanks

Avatar
Descartar
Best Answer

Yes, you can control product each user using bellow odoo modules 

Visit Link: https://apps.odoo.com/apps/modules/18.0/ace_user_specific_product_allocation



Avatar
Descartar
Best Answer

You can add a field to product model like:
user_ids = fields.Many2many('res.users', 'Users Have Access')

the override read the tree and the form read domains based on users who have access to the product.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de set. 22
3299
3
d’ag. 24
5485
3
d’ag. 23
3897
1
d’oct. 22
3427
2
d’ag. 22
2534