Skip to content

Commit 17ae5e1

Browse files
committed
[IMP] odoo.sh: complete update of the section
1 parent 6217692 commit 17ae5e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+198
-179
lines changed

content/administration/hosting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ To Odoo Online
3939
To Odoo.sh
4040
----------
4141

42-
Follow the instructions found in :ref:`the Import your database section
43-
<odoo_sh_import_your_database>` of the Odoo.sh *Create your project* documentation.
42+
Follow the instructions found in :ref:`the Import a database section <odoo-sh/create/import>` of the
43+
Odoo.sh *Create a project* documentation.
4444

4545
Transferring an Odoo Online database
4646
====================================
@@ -82,8 +82,8 @@ To Odoo.sh
8282
next to the database name, then selecting :icon:`fa-cloud-download` :guilabel:`Download`. If the
8383
download fails due to the file being too large, `contact Odoo support
8484
<https://www.odoo.com/help>`_.
85-
#. Follow the instructions found in :ref:`the Import your database section
86-
<odoo_sh_import_your_database>` of the Odoo.sh *Create your project* documentation.
85+
#. Follow the instructions found in :ref:`the Import a database section <odoo-sh/create/import>` of
86+
the Odoo.sh *Create a project* documentation.
8787

8888
Transferring an Odoo.sh database
8989
================================

content/administration/odoo_sh.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
:nosearch:
1+
:show-content:
2+
:show-toc:
23

34
=======
45
Odoo.sh
56
=======
67

8+
Odoo.sh is the official cloud platform for hosting and managing Odoo applications. It offers a
9+
range of features such as web shell, modules dependencies, continuous integration, and SSH access.
710

811
.. toctree::
12+
:titlesonly:
913

10-
odoo_sh/overview
11-
odoo_sh/getting_started
12-
odoo_sh/advanced
14+
odoo_sh/getting_started
15+
odoo_sh/first_module
16+
odoo_sh/advanced

content/administration/odoo_sh/getting_started/first_module.rst renamed to content/administration/odoo_sh/first_module.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Overview
77

88
This chapter helps you to create your first Odoo module and deploy it in your Odoo.sh project.
99

10-
This tutorial requires :ref:`you created a project on Odoo.sh <odoosh-gettingstarted-create>`, and
10+
This tutorial requires you created a project on Odoo.sh, and
1111
you know your Github repository's URL.
1212

1313
Basic use of Git and Github is explained.
@@ -85,7 +85,7 @@ From the Odoo.sh editor, in a terminal:
8585
8686
$ odoo-bin scaffold my_module ~/src/user/
8787
88-
Or, from your computer, if you have an :doc:`installation of Odoo <../../on_premise/source>`:
88+
Or, from your computer, if you have an installation of Odoo:
8989

9090
.. code-block:: bash
9191

0 commit comments

Comments
 (0)