From a6cb76f2add3f8681f7501ecd49d5ea7bd623ecc Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 20 Feb 2023 17:36:50 +0000 Subject: [PATCH] [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir task-2991663 closes odoo/documentation#3659 X-original-commit: 3dc6bb83c158999a91e317a113708a9766efa4d9 Signed-off-by: Antoine Vandevenne (anv) --- content/administration/install/install.rst | 2 +- content/administration/odoo_sh/advanced/containers.rst | 2 +- content/administration/odoo_sh/getting_started/branches.rst | 2 +- .../websites/website/publish/on-premise_geo-ip-installation.rst | 2 +- content/developer.rst | 1 - content/developer/reference.rst | 1 + content/developer/{ => reference}/cli.rst | 0 redirects/14.0.txt | 1 + 8 files changed, 6 insertions(+), 5 deletions(-) rename content/developer/{ => reference}/cli.rst (100%) diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index d03ae42fa..661dc52cd 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -711,7 +711,7 @@ just logged into your own Odoo database! ` CLI argument. .. seealso:: - :doc:`The exhaustive list of CLI arguments for odoo-bin `. + :doc:`The exhaustive list of CLI arguments for odoo-bin `. .. _setup/install/docker: diff --git a/content/administration/odoo_sh/advanced/containers.rst b/content/administration/odoo_sh/advanced/containers.rst index 9b0df7476..3f8231d78 100644 --- a/content/administration/odoo_sh/advanced/containers.rst +++ b/content/administration/odoo_sh/advanced/containers.rst @@ -167,7 +167,7 @@ In the above commands, the argument: * ``--stop-after-init`` will immediately shutdown the server instance after it completed the operations you asked. More options are available and detailed in the -:doc:`CLI documentation `. +:doc:`CLI documentation `. You can find in the logs (*~/logs/odoo.log*) the addons path used by Odoo.sh to run your server. Look for "*odoo: addons paths*": diff --git a/content/administration/odoo_sh/getting_started/branches.rst b/content/administration/odoo_sh/getting_started/branches.rst index 22f4d29b6..804fcf0cc 100644 --- a/content/administration/odoo_sh/getting_started/branches.rst +++ b/content/administration/odoo_sh/getting_started/branches.rst @@ -42,7 +42,7 @@ instance will be held temporarily unavailable for maintenance reason. This method is equivalent to perform an upgrade of the module through the Apps menu, or through the :code:`-u` switch of -:doc:`the command line `. +:doc:`the command line `. In the case the changes in the commit prevent the server to restart, or if the modules update fails, diff --git a/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst b/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst index af95cbe42..8ae54fcdb 100644 --- a/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst +++ b/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst @@ -30,7 +30,7 @@ Installation ./odoo-bin --geoip-city-db= ~/Downloads/GeoLite2-City.mmdb .. seealso:: - - :doc:`CLI documentation `. + - :doc:`CLI documentation `. Test GeoIP Geolocation In Odoo Website ====================================== diff --git a/content/developer.rst b/content/developer.rst index 979065469..84002fbfa 100644 --- a/content/developer.rst +++ b/content/developer.rst @@ -18,4 +18,3 @@ Learn through tutorials and get help using reference guides. developer/tutorials developer/howtos developer/reference - developer/cli diff --git a/content/developer/reference.rst b/content/developer/reference.rst index ca0dc03be..96ab9eb52 100644 --- a/content/developer/reference.rst +++ b/content/developer/reference.rst @@ -11,5 +11,6 @@ Reference reference/frontend reference/user_interface reference/standard_modules + reference/cli reference/external_api reference/extract_api diff --git a/content/developer/cli.rst b/content/developer/reference/cli.rst similarity index 100% rename from content/developer/cli.rst rename to content/developer/reference/cli.rst diff --git a/redirects/14.0.txt b/redirects/14.0.txt index c49b8bed8..46436dbac 100644 --- a/redirects/14.0.txt +++ b/redirects/14.0.txt @@ -41,6 +41,7 @@ applications/sales/crm/acquire_leads/generate_from_website.rst applications/sale developer/api/external_api.rst developer/reference/external_api.rst # reorganize the developer doc developer/api/extract_api.rst developer/reference/extract_api.rst # reorganize the developer doc developer/api/iap.rst developer/howtos/provide_iap_services.rst # reorganize the developer doc +developer/cli.rst developer/reference/cli.rst # reorganize the developer doc developer/howtos/backend.rst developer/tutorials/backend.rst # reorganize the developer doc developer/howtos/rdtraining.rst developer/tutorials/getting_started.rst # reorganize the developer doc developer/howtos/rdtraining/01_architecture.rst developer/tutorials/getting_started/01_architecture.rst # reorganize the developer doc