Skip to content

Commit 2a6e096

Browse files
committed
[IMP] developer/reference/cli: add --skip-auto-install
Document new cli option. closes #15590 X-original-commit: bb3c14e Related: odoo/odoo#239044 Signed-off-by: Xavier Dollé (xdo) <[email protected]>
1 parent 10f5171 commit 2a6e096

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/developer/reference/cli.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ This command is the default one: you can omit it, and it will be chosen anyway.
150150
comma-separated, use ``all`` for all modules.
151151
Requires :option:`-d` and :option:`-i`.
152152

153+
.. option:: --skip-auto-install
154+
155+
skips auto-installing modules when a new module installation is requested.
156+
This option is useful for development. It serves to check if the installed
157+
modules do not indirectly depend on auto-installed modules.
158+
153159
.. option:: --pidfile=<pidfile>
154160

155161
path to a file where the server pid will be stored

0 commit comments

Comments
 (0)