How to debug in "Odoo" special in browses like Chrome and Firefox???
Would anybody provide information, it will be great.
Thanks in advance
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:
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.