[MOV] documentation structure reorganization

This commit aims to improve the documentation's navigability by
redefining some categories' purposes and titles.

There is a redirection rule for each documentation page moved.
This ensures that users won't have a 404 error message.

task-3217827

closes odoo/documentation#8056

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
This commit is contained in:
Jonathan Castillo (jcs)
2024-03-04 12:02:08 +01:00
parent 7b5dba47a7
commit 32aafb08cb
553 changed files with 643 additions and 642 deletions

View File

@@ -12,9 +12,9 @@ environment <reference/cmdline/shell>`, :ref:`scaffold an Odoo module <reference
.. important::
The command to use to call the CLI depends on how you installed Odoo. In the examples below, we
assume that you are :doc:`running Odoo from source <../../administration/install/source>` with
the :file:`odoo-bin` file. If you installed Odoo :doc:`from a distribution package
<../../administration/install/packages>` or with `Docker <https://hub.docker.com/_/odoo/>`_, you
assume that you are :doc:`running Odoo from source </administration/on_premise/source>` with the
:file:`odoo-bin` file. If you installed Odoo :doc:`from a distribution package
</administration/on_premise/packages>` or with `Docker <https://hub.docker.com/_/odoo/>`_, you
must adapt the command.
.. tabs::