How to do debugging in odoo on browser

user1576199 picture user1576199 · Oct 1, 2014 · Viewed 16.5k times · Source

How to debug in "Odoo" special in browses like Chrome and Firefox???

Would anybody provide information, it will be great.

Thanks in advance

Answer

Ludwik Trammer picture Ludwik Trammer · Oct 3, 2014

Your question is not very clear to me, but if you want to enter the built-in odoo debug mode you need to add ?debug to the URL, right after /web. For example http://odoo.your-site.com/web?debug.

When in this special mode you get a debug menu, with various technical options:

debugging menu in odoo

Also, when you are in debug mode odoo doesn't minify the JS files, allowing you to use built-in browser JavaScript debug tools more easily.