[MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir
task-2991663 closes odoo/documentation#3655 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
73f976e679
commit
3dc6bb83c1
@ -711,7 +711,7 @@ just logged into your own Odoo database!
|
||||
<odoo-bin -r>` CLI argument.
|
||||
|
||||
.. seealso::
|
||||
:doc:`The exhaustive list of CLI arguments for odoo-bin </developer/cli>`.
|
||||
:doc:`The exhaustive list of CLI arguments for odoo-bin </developer/reference/cli>`.
|
||||
|
||||
.. _setup/install/docker:
|
||||
|
||||
|
@ -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 </developer/cli>`.
|
||||
:doc:`CLI documentation </developer/reference/cli>`.
|
||||
|
||||
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*":
|
||||
|
@ -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 </developer/cli>`.
|
||||
:doc:`the command line </developer/reference/cli>`.
|
||||
|
||||
In the case the changes in the commit prevent the server to restart,
|
||||
or if the modules update fails,
|
||||
|
@ -33,7 +33,7 @@ Installation
|
||||
./odoo-bin --geoip-db= ~/Downloads/GeoLite2-City.mmdb
|
||||
|
||||
.. seealso::
|
||||
- :doc:`CLI documentation </developer/cli>`.
|
||||
- :doc:`CLI documentation </developer/reference/cli>`.
|
||||
|
||||
.. warning::
|
||||
``GeoIP`` Python library can also be used. However this version is discontinued since January
|
||||
|
@ -18,4 +18,3 @@ Learn through tutorials and get help using reference guides.
|
||||
developer/tutorials
|
||||
developer/howtos
|
||||
developer/reference
|
||||
developer/cli
|
||||
|
@ -11,5 +11,6 @@ Reference
|
||||
reference/frontend
|
||||
reference/user_interface
|
||||
reference/standard_modules
|
||||
reference/cli
|
||||
reference/external_api
|
||||
reference/extract_api
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user