[FIX] general: add uncomitted changes to dfc585d

This commit is contained in:
keli brugalli (kbr) 2020-03-03 14:32:55 +01:00 committed by Antoine Vandevenne (anv)
parent dfc585d25f
commit 740613816a

View File

@ -9,7 +9,7 @@ Through the Settings application
Go to :menuselection:`Settings --> Activate the developer mode`.
.. image:: media/settingsdebug.png
.. image:: media/settings.png
:align: center
:alt: Overview of the debug options under settings in Odoo
@ -24,8 +24,8 @@ Through a browser extension
| Go to the settings and extensions of your web browser, and search for *Odoo Debug*. Once the
extension is installed, a new icon will be shown on your toolbar.
| A single click enables a normal version of the mode, while a double click enables it with assets.
| To deactivate it, use a single click.
| For the *Odoo Debug* extension, a single click enables a normal version of the mode, while a
double click enables it with assets. To deactivate it, use a single click.
.. image:: media/monkey.png
:align: center
@ -37,7 +37,7 @@ Through a browser extension
Through the URL
---------------
On the URL add ``?debug=1`` or ``?debug=trueafter`` after *web*.
In the URL add ``?debug=1`` or ``?debug=true`` after *web*.
.. image:: media/url.png
:align: center
@ -46,8 +46,9 @@ On the URL add ``?debug=1`` or ``?debug=trueafter`` after *web*.
Locate the mode tools
---------------------
The bug icon, *Open Developer Tools*, can be found on the header of your pages.
The Developer mode tools can be accessed from the *Open Developer Tools* button, located on the
header of your pages.
.. image:: media/bugicon.png
.. image:: media/button_location.png
:align: center
:alt: Overview of a console page and the debug icon being shown in Odoo