mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 10:46:04 +07:00
[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:
@@ -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
|
||||
**************
|
||||
|
||||
@@ -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::
|
||||
|
||||
@@ -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
|
||||
==========================
|
||||
|
||||
@@ -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
|
||||
===============
|
||||
|
||||
@@ -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
|
||||
=======================
|
||||
|
||||
Reference in New Issue
Block a user