I want that a user that have the portal group, can create a product. How can I do that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
3114
화면
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)
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
9월 17
|
7965 | ||
|
1
1월 17
|
3837 | ||
|
0
7월 16
|
2595 | ||
|
1
12월 15
|
3941 | ||
|
1
8월 24
|
1864 |