From bca0879448da0572f4512a3c9154f4d39ecb0f3b Mon Sep 17 00:00:00 2001 From: Alvaro Fuentes Date: Tue, 2 Dec 2025 13:26:44 +0000 Subject: [PATCH] [IMP] developer/reference/cli: add `--skip-auto-install` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document new cli option. closes odoo/documentation#15570 X-original-commit: bb3c14edb4f6847817e6ef8f48ef7e5efe567f0c Related: odoo/odoo#238685 Signed-off-by: Xavier Dollé (xdo) --- content/developer/reference/cli.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/developer/reference/cli.rst b/content/developer/reference/cli.rst index c149ab9cd..b96858e72 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -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= path to a file where the server pid will be stored