- 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.
推薦閱讀
- 數據科學實戰手冊(R+Python)
- Node.js 10實戰
- Mastering OpenCV Android Application Programming
- Flink SQL與DataStream入門、進階與實戰
- OpenCV 3和Qt5計算機視覺應用開發
- Python自然語言處理(微課版)
- PHP編程基礎與實例教程
- Mastering Git
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Hands-On Robotics Programming with C++
- Python預測分析與機器學習
- 黑莓(BlackBerry)開發從入門到精通
- Learning WordPress REST API
- RESTful Web API Design with Node.js
- C語言程序設計實驗指導教程