İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
3827 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Eyl 22
3303
3
Ağu 24
5492
3
Ağu 23
3900
1
Eki 22
3431
2
Ağu 22
2537