Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
3847 Переглядів

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
вер. 22
3312
3
серп. 24
5500
3
серп. 23
3919
1
жовт. 22
3446
2
серп. 22
2545