Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
3830 Представления

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
3304
3
авг. 24
5492
3
авг. 23
3900
1
окт. 22
3431
2
авг. 22
2538