[IMP] rdtraining: tip about -i/-u for odoo-bin
It is never shown to the trainee that he can install/update a module right from the CLI. Multiple developpers still use the app manager to install/update their modules multiple months into the job. closes odoo/documentation#2181 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
parent
15273a0d42
commit
3d2f067e6c
@ -291,6 +291,11 @@ The last two can be used to prevent the worker from being killed when debugging
|
||||
$ cd $HOME/.local/lib/python3.8/site-packages/
|
||||
$ find -name '*.pyc' -type f -delete
|
||||
|
||||
.. tip:: Other commonly used arguments are:
|
||||
|
||||
* :option:`-i <odoo-bin --init>`: install some modules before running the server (comma separated list)
|
||||
* :option:`-u <odoo-bin --update>`: update some modules before running the server (comma separated list)
|
||||
|
||||
|
||||
Log in to Odoo
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user