How can I disable debugging mode or developer mode for users other than admin? I tried to remove the link 'Activate developer mode', but the problem was if the user types '?debug' after server address and port in the address bar of browser, then the user is able to use debugging feature.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
5
Vastaukset
29173
Näkymät
if u want to disable the developer mode,follow thses steps:
1)juz change debug_mode = True to debug_mode = False in openerp-server.conf file
2)restart the server
thats it...it worked for me in openerp7
can we just disable debug mode to users other than Admin?
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
10
huhtik. 23
|
33928 | ||
How to add a custom css?
Ratkaistu
|
|
20
helmik. 21
|
102116 | |
|
0
maalisk. 15
|
4657 | ||
|
2
maalisk. 15
|
5900 | ||
|
1
maalisk. 15
|
4809 |
Was this question correctly answered? I don't think the single answer below is really an answer to the question. I too would like to know how to disable it. It seems like there should be a way to disable developer mode for anyone but an admin