[IMP] developer/reference/cli: add --skip-auto-install

Document new cli option.

closes odoo/documentation#15570

X-original-commit: bb3c14edb4
Related: odoo/odoo#238685
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
This commit is contained in:
Alvaro Fuentes
2025-12-02 13:26:44 +00:00
parent 2c1755115b
commit bca0879448

View File

@@ -150,6 +150,12 @@ This command is the default one: you can omit it, and it will be chosen anyway.
comma-separated, use ``all`` for all modules.
Requires :option:`-d` and :option:`-i`.
.. option:: --skip-auto-install
skips auto-installing modules when a new module installation is requested.
This option is useful for development. It serves to check if the installed
modules do not indirectly depend on auto-installed modules.
.. option:: --pidfile=<pidfile>
path to a file where the server pid will be stored