Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4818 Widoki

Hi everybody,

I would like to use "multi company" and for the moment, even if put for my user has the same rights than the admin (IHM, Access right section), in reality, the rights are differents. I can do more things with my admin than with my user.

How is possible to create an user like an admin?

Thanks a lot!

Selverine

Awatar
Odrzuć

For that you have to create a separate group and name it as group admin, and put your new user under that category. that is the only way to provide user access rights

Najlepsza odpowiedź

Actually the admin is the one who can do everything. I am not sure about what kind of functionalities are not working but this is because it's hardcoded the SUPERUSER:

SUPERUSER_ID = 1

You can find it on __init__,py inside openerp folder

Anyways... always you can assign permissions to some views on the interface. If you have any view that it's not displaying to the user then check who can do it and change the permissions to be able to see it.

Awatar
Odrzuć
Najlepsza odpowiedź

Duplicate Admin and give it another name. Or you can create a new group by duplicating the admin group and give it another name then make it inherit the admin functionality. and then you can assign your user to have the access of this new group.

Awatar
Odrzuć