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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
5
ตอบกลับ
29152
มุมมอง
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?
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
10
เม.ย. 23
|
33897 | ||
How to add a custom css?
แก้ไขแล้ว
|
|
20
ก.พ. 21
|
101989 | |
|
0
มี.ค. 15
|
4652 | ||
|
2
มี.ค. 15
|
5878 | ||
|
1
มี.ค. 15
|
4800 |
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