Hello
I have production server that i need to restrict any user to access debug (Developer Mode) even admin user. I make button in setting dashboard hidden but it work if add "debug=" in url.
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello
I have production server that i need to restrict any user to access debug (Developer Mode) even admin user. I make button in setting dashboard hidden but it work if add "debug=" in url.
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de set. 23
|
2391 | ||
|
2
de nov. 24
|
3861 | ||
|
0
de set. 21
|
7 | ||
|
0
de març 18
|
365 | ||
|
1
d’ag. 21
|
4911 |
This is probably not the simplest solution, but if you won't find anything else: you could setup a reverse proxy between odoo and your users (so that they must use the proxy to access the odoo). Then you add a rule in the proxy, that urls with 'debug=' in them are forbidden.
However, I think there must be a simpler solution.
As a side mark: it is extremely dangerous to change the admin user. Create a custom admin user, if you want to restrict some access, but don't change the default one.
please check this answer -> https://www.odoo.com/forum/help-1/question/how-to-disable-developer-mode-or-debugging-feature-in-openerp-7-10806