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

Here's what I'm trying to do: if a user belongs to a certain group, then, the developer mode is activated.

But I can't get to understand which variable I should set. I don't want to reload the page but rather set some variable so that, in the next reload, the developer mode is activated.


Any ideas?

아바타
취소
작성자 베스트 답변

So, now I know that the "debug" is JavaScript stuff only. There is a variable called "instance.session.debug" that has to be set.

Thus, the problem has become how to get the user's permissions using js. When the user logs in, I want to see if he is part of a certain group and, if so, set the instance.session.debug to true.

I'm building a module to help developers and this would be a really nice fature.


Alternatively, python could reload the page in some way, passing the "debug" parametre into the URL. Is this possible?

아바타
취소
베스트 답변

To activate developer mode just add ?debug= param to the url. That's what the link to activate developer mode do. That's why a reload is needed. Developer mode also do not minify the assets, css and js source file will be readable after page reload

아바타
취소
베스트 답변

If you just need the Technical half of the Settings menu, use one of the modules that make that menu persistently available to user with Admin Settings permissions.

https://www.odoo.com/apps?search=technical+menu 

아바타
취소
작성자

What I want is for every member of a "developer" group to automatically see the "developer" drop down (the one that shows views, etc), without having to go to "about + click on developer mode"

관련 게시물 답글 화면 활동
1
4월 16
4146
4
3월 25
7069
1
11월 24
877
2
4월 17
5164
0
6월 15
3451