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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
2395
Views
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)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Sep 17
|
6838 | ||
|
1
Jan 17
|
3088 | ||
|
0
Jul 16
|
1884 | ||
Product Equipments Checklist
Solved
|
|
1
Dec 15
|
2953 | |
|
1
Aug 24
|
399 |