Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
4102 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Sep 22
3535
3
Agu 24
6103
3
Agu 23
4248
1
Okt 22
3717
2
Agu 22
2776