How to debug in "Odoo" special in browses like Chrome and Firefox???
Would anybody provide information, it will be great.
Thanks in advance
Open Tools menu and click on Developer Tools menu in google chrome. It will open small window in bottom of browser or press SHIFT + CTRL + I for open the debug mode view. Right Click on debug window and it will open the small with few option, So you can active or click on logXMLHTTPREQUEST option.
Access the settings and install the extension Odoo Debug. Once the web extension is installed, we can click on the extension icon to activate and deactivate the developer mode. You can double-click the icon to activate assets. The customization of keyboard shortcuts is also possible to manage the extension.
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.
You can open the console in browser(using F12 key). It will display each request and response with value.
If you are using chrome then you need to activate the logXMLHTTPREQUEST in console. For activate each request and response you can Right click on console and click on logXMLHTTPREQUEST option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With