mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 01:39:19 +07:00
[REF] install: move intro to main install page and split by install type
This PR moves the introduction about the different installation methods and editions found on the
install/install.rst page directly under the main install/ page. It creates three pages, one per
installation method documented on the install/install.rst page (Docker being documented on
docker.com and maintained by us), and moves the related content there. In addition, it fixes various
typos/grammar issues and improves the content according to the documentation guidelines. Various
references and links across the documentation had to be fixed accordingly.
task-3459070
closes odoo/documentation#5543
X-original-commit: 91c28fd433
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
@@ -11,7 +11,7 @@ Building a Module
|
||||
This tutorial is outdated. We recommend reading :doc:`getting_started` instead.
|
||||
|
||||
.. warning::
|
||||
This tutorial requires :ref:`having installed Odoo <setup/install>`
|
||||
This tutorial requires :doc:`having installed Odoo <../../administration/install>`
|
||||
|
||||
Start/Stop the Odoo server
|
||||
==========================
|
||||
@@ -971,8 +971,8 @@ Gantt
|
||||
-----
|
||||
|
||||
.. warning::
|
||||
The gantt view requires the web_gantt module which is present in :ref:`the enterprise edition
|
||||
<setup/install/editions>` version.
|
||||
The gantt view requires the web_gantt module which is present in the enterprise edition
|
||||
<install/editions>` version.
|
||||
|
||||
Horizontal bar charts typically used to show project planning and advancement,
|
||||
their root element is ``<gantt>``.
|
||||
|
||||
Reference in New Issue
Block a user