From 8e5e70c1553c3e190b9d90e526517eab6a98eb11 Mon Sep 17 00:00:00 2001 From: "Loan (lse)" Date: Mon, 4 May 2020 17:14:36 +0200 Subject: [PATCH] [IMP] odoo_sh: emphasize private submodule must be added using git Move an important paragraph at section beginning and emphasize it with a warning. OPW-2235054 --- odoo_sh/advanced/submodules.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/odoo_sh/advanced/submodules.rst b/odoo_sh/advanced/submodules.rst index a01157293..369a359cd 100644 --- a/odoo_sh/advanced/submodules.rst +++ b/odoo_sh/advanced/submodules.rst @@ -37,6 +37,10 @@ Adding a submodule With Odoo.sh (simple) --------------------- +.. warning:: + For now it is not possible to add **private** repositories with this method. You can nevertheless + do so :ref:`with Git `. + On Odoo.sh, in the branches view of your project, choose the branch in which you want to add a submodule. In the upper right corner, click on the *Submodule* button, and then on *Run*. @@ -58,9 +62,6 @@ On Github, you can get the repository URL with the *Clone or download* button of .. image:: ./media/advanced-submodules-github-sshurl.png :align: center -For now it is not possible to add **private** repositories with this method. -You can nevertheless do so :ref:`with Git `. - .. _odoosh-advanced-submodules-withgit: With Git (advanced)