[REF] general: move images in their respective page's folder

Codeowner regexes need images to be in the correct location, otherwise
some image files might not be assigned to a GitHub team when the regex
covering the parent folder is split into multiple codeowner rules.

closes odoo/documentation#1777

X-original-commit: 4e0a9b615f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2022-03-30 09:14:22 +00:00
parent ba4f9d6354
commit 58be362009
9 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ You can :ref:`install <general/install>`, :ref:`upgrade <general/upgrade>` and :
By default, an *Apps* filter is applied. If you want to search for modules, click on By default, an *Apps* filter is applied. If you want to search for modules, click on
*Filters* and select *Extra*. *Filters* and select *Extra*.
.. image:: apps-search-filter.png .. image:: apps_modules/apps-search-filter.png
:align: center :align: center
:alt: Add "Extra" filter in Odoo Apps :alt: Add "Extra" filter in Odoo Apps
@ -58,14 +58,14 @@ Uninstall apps and modules
Go to :menuselection:`Apps`, click on the *dropdown menu* of the app you want to uninstall, then on Go to :menuselection:`Apps`, click on the *dropdown menu* of the app you want to uninstall, then on
*Uninstall*. *Uninstall*.
.. image:: uninstall.png .. image:: apps_modules/uninstall.png
:align: center :align: center
Some apps have dependencies, meaning that one app requires another. Therefore, uninstalling one app Some apps have dependencies, meaning that one app requires another. Therefore, uninstalling one app
may uninstall multiple apps and modules. Odoo warns you which dependant apps and modules are may uninstall multiple apps and modules. Odoo warns you which dependant apps and modules are
affected by it. affected by it.
.. image:: uninstall_deps.png .. image:: apps_modules/uninstall_deps.png
:align: center :align: center
To complete the uninstallation, click on *Confirm*. To complete the uninstallation, click on *Confirm*.

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -11,7 +11,7 @@ Activate through the Settings
Go to :menuselection:`Settings --> Activate the developer mode`. Go to :menuselection:`Settings --> Activate the developer mode`.
.. image:: settings.png .. image:: developer_mode/settings.png
:align: center :align: center
:alt: Overview of the debug options under settings in Odoo :alt: Overview of the debug options under settings in Odoo
@ -29,7 +29,7 @@ Activate through a browser extension
| For the *Odoo Debug* extension, a single click enables a normal version of the mode, while a | 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. double click enables it with assets. To deactivate it, use a single click.
.. image:: monkey.png .. image:: developer_mode/monkey.png
:align: center :align: center
:alt: View of odoos debug icon in a chromes toolbar :alt: View of odoos debug icon in a chromes toolbar
@ -50,7 +50,7 @@ Activate through the URL
In the URL, add ``?debug=1`` or ``?debug=true`` after *web*. To deactivate the In the URL, add ``?debug=1`` or ``?debug=true`` after *web*. To deactivate the
debug mode, add `?debug=0` instead. debug mode, add `?debug=0` instead.
.. image:: url.png .. image:: developer_mode/url.png
:align: center :align: center
:alt: Overview of an url with the debug mode command added in Odoo :alt: Overview of an url with the debug mode command added in Odoo
@ -73,7 +73,7 @@ It contains some useful menu items such as:
- see the `fields view get` - see the `fields view get`
- and much more. - and much more.
.. image:: button_location.png .. image:: developer_mode/button_location.png
:align: center :align: center
:alt: Overview of a console page and the debug icon being shown in Odoo :alt: Overview of a console page and the debug icon being shown in Odoo

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB