This question has been flagged
1 Reply
47265 Views

How can I edit a workflow?
How can I edit a view?
How can I add/remove a field?
How can I translate labels directly from the interface?
How can I see the technical details of a view directly from the interface?

Avatar
Discard
Author Best Answer

You can activate the developer mode in the About Box by clicking About from the menu under your username in the top right corner of Odoo:



Click Activate the developer mode

 

Alternatively, you can insert the character string ?debug in the URL after your domain name and before the number sign "#".
Eg: http://mycompany.my.odoo.com/?debug#id=25&view_type=form&model=res.partner&menu_id=3743&action=69

The developer mode will display a menu at the bottom of each view giving you access to advanced administrative tools related to view edition, workflow edition, translation, javascript tests, debug information, record log, default values, user filters,...
This menu will look like this:

 

Avatar
Discard