Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
4825 Lượt xem

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

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ