콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4900 화면

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

아바타
취소

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

베스트 답변

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.

아바타
취소
베스트 답변

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.

아바타
취소