[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
This commit is contained in:
Jonathan Castillo (jcs)
2024-03-04 12:02:08 +01:00
parent 41b3bd3bc9
commit b19295c03d
562 changed files with 644 additions and 643 deletions

View File

@@ -12,9 +12,9 @@ In this chapter, you will learn:
Install
=======
There are multiple ways to :doc:`install Odoo <../../../administration/install>`, depending on the
There are multiple ways to :doc:`install Odoo </administration/on_premise>`, depending on the
intended use case. This documentation assumes you use the :doc:`source install
<../../../administration/install/source>` (running Odoo from the source code), which is best suited
</administration/on_premise/source>` (running Odoo from the source code), which is best suited
for Odoo designers and developers.
Databases
@@ -44,7 +44,7 @@ Fields
In a model, we will centralize fields (field names we need to target in our code).
.. seealso::
:doc:`/applications/productivity/studio/fields`
:doc:`/applications/studio/fields`
Classic fields
**************

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::

View File

@@ -11,7 +11,7 @@ Building a Module
This tutorial is outdated. We recommend reading :doc:`getting_started` instead.
.. warning::
This tutorial requires :doc:`having installed Odoo <../../administration/install>`
This tutorial requires :doc:`having installed Odoo </administration/on_premise>`
Start/Stop the Odoo server
==========================

View File

@@ -24,7 +24,7 @@ or extend existing business systems of Odoo, see :doc:`backend`.
* jQuery_
* `Underscore.js`_
It also requires :doc:`an installed Odoo <../../administration/install>`, and Git_.
It also requires :doc:`an installed Odoo </administration/on_premise>`, and Git_.
A Simple Module
===============

View File

@@ -11,7 +11,7 @@ Building a Website
* This guide assumes `basic knowledge of Python
<http://docs.python.org/2/tutorial/>`_
* This guide assumes :doc:`an installed Odoo <../../administration/install>`
* This guide assumes :doc:`an installed Odoo </administration/on_premise>`
Creating a basic module
=======================