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

I want that a user that have the portal group, can create a product. How can I do that?


Аватар
Отменить
Лучший ответ

Normally portal users will have no access right to create products. So you should create a html form and action should create the products with the details. While creating you have to write code to create as a superuser.

eg: request.env['product.template'].sudo().create(*kw)

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
сент. 17
7950
1
янв. 17
3827
0
июл. 16
2576
1
дек. 15
3929
1
авг. 24
1842