diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index f1b7f9974..89f081203 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -437,7 +437,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/source/linux: @@ -657,7 +657,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/source/mac_os: @@ -855,7 +855,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 d671ef313..9ee41cebf 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 081358896..1c50cc092 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 @@ -33,7 +33,7 @@ Installation ./odoo-bin --geoip-db= ~/Downloads/GeoLite2-City.mmdb .. seealso:: - - :doc:`CLI documentation `. + - :doc:`CLI documentation `. .. warning:: ``GeoIP`` Python library can also be used. However this version is discontinued since January 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 8d95776fc..220df194a 100644 --- a/content/developer/reference.rst +++ b/content/developer/reference.rst @@ -10,5 +10,6 @@ Reference reference/backend reference/frontend 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