- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 140字
- 2021-06-25 22:48:24
How to do it...
To activate Developer Mode in the web interface, do as follows:
- Connect to your instance and authenticate as admin
- Go to the Settings menu
- Locate the Share the love card, which should be on the right of the screen:
- Click on the Activate the developer mode link
- Wait for the UI to reload
It is also possible to activate the developer mode by editing the URL; before the # sign, insert ?debug. For instance, if you are starting from
http://localhost:8069/web#menu_id=102&action=94, then you need to change this to
http://localhost:8069/web?debug=#menu_id=102&action=94.
To exit the developer mode, you can do either of these:
- Edit the URL and remove that string
- Close your browser tab and open a new one
- Use the Deactivate the developer mode link displayed in the Share the love card when the Developer mode is active