Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3107 Visninger

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


Avatar
Kassér
Bedste svar

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)

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
sep. 17
7953
1
jan. 17
3831
0
jul. 16
2587
1
dec. 15
3930
1
aug. 24
1851