How can i Grant the superuser rights for another, not admin user?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hi Yves,
If you're talking about calling superuser rights for another user through Python:
self.sudo(user.id) self.sudo() # This will use the SUPERUSER_ID by default # or self.env['res.partner'].sudo().create(vals)
There is some documentation about this, which you can find here: http://odoo-new-api-guide-line.readthedocs.org/en/latest/environment.html
If you're talking about creating a new user, from the view, you should simply create a new user and grant it all rights under settings > users.
Yenthe
Thank you Yenthe
answer: I think that superuser user rights are granted when user_id = 1
If you're talking about the absolute admin account you're correct. It has user_id 1 and a lot is based on this.
in Settings-->Users
There is a drop down against Administration set that drop down to Settings
Following change will set user to superuser
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
Jan 17
|
2616 | ||
|
1
Jul 16
|
7216 | ||
|
1
Apr 23
|
2547 | ||
|
0
Jan 25
|
547 | ||
|
0
Jan 25
|
424 |