跳至內容
選單
此問題已被標幟
2 回覆
3872 瀏覽次數

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

頭像
捨棄
最佳答案

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



頭像
捨棄
最佳答案

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.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
9月 22
3324
3
8月 24
5519
3
8月 23
3949
1
10月 22
3460
2
8月 22
2550