Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4829 Vizualizări

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

Imagine profil
Abandonează

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

Cel mai bun răspuns

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează