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

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
8136
1
янв. 17
3988
0
июл. 16
2766
1
дек. 15
4046
1
авг. 24
2095