- Odoo Development Cookbook
- Holger Brunn Alexandre Fayolle Daniel Reis
- 351字
- 2021-07-16 11:00:29
Activating the Odoo developer tools
When using Odoo as a developer, you need to know how to activate Developer Mode in the web interface to access the advanced settings menu and developer information.
How to do it...
To activate Developer Mode in the web interface:
- Connect to your instance and authenticate (not necessarily as
admin
; this function is available to all users, but the Administrator has more tools available). - Click on the down arrow next to your user name in the top right corner of the page .
- In the drop-down menu, click on About.
- In the dialog box which is displayed, click on Activate the developer mode in the top right corner.
- To exit developer mode, you can edit the URL and remove that string, close your browser tab and open a new one, or use the Leave Debug Mode option at the bottom of the debug drop-down menu next to the user menu in the top right of the screen.
How it works...
When in developer mode, three things happen:
- The JavaScript and CSS code sent to the browser is not minified, which means that the web development tools of your browser are easy to use for debugging the JavaScript code (more on this in Chapter 15, Web Client Development).
- You get tooltips when hovering over a field in a form view or over a column in list view providing technical information about the field (internal name, type, and so on).
- A drop-down menu with a Bug icon is displayed next to the user's menu in the top right corner giving access to technical information about the model being displayed, the various related view definitions, the workflow, custom filter management, and so on.
推薦閱讀
- Java程序設(shè)計(慕課版)
- The Supervised Learning Workshop
- Visual Basic編程:從基礎(chǔ)到實踐(第2版)
- Hands-On Data Structures and Algorithms with JavaScript
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實戰(zhàn)訓(xùn)練)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 深度學(xué)習(xí):算法入門與Keras編程實踐
- C語言程序設(shè)計案例精粹
- Learning Vaadin 7(Second Edition)
- Building RESTful Python Web Services
- HTML 5與CSS 3權(quán)威指南(第3版·上冊)
- Machine Learning in Java
- QGIS Python Programming Cookbook(Second Edition)
- MySQL程序員面試筆試寶典