mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[IMP] developer/reference/cli: add --skip-auto-install
Document new cli option.
X-original-commit: b54e3ef498
This commit is contained in:
@@ -165,6 +165,12 @@ This command is the default one: you can omit it, and it will be chosen anyway.
|
|||||||
don't install demo data nor in new databases nor when installing new
|
don't install demo data nor in new databases nor when installing new
|
||||||
modules in a database that uses demo data, this is the default.
|
modules in a database that uses demo data, this is the default.
|
||||||
|
|
||||||
|
.. 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>
|
.. option:: --pidfile=<pidfile>
|
||||||
|
|
||||||
path to a file where the server pid will be stored
|
path to a file where the server pid will be stored
|
||||||
|
|||||||
Reference in New Issue
Block a user