[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#2189
X-original-commit: 3d2f067e6c
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Julien Castiaux <juc@odoo.com>
This commit is contained in:
parent
4ba7190ffd
commit
17185f0c99
@ -288,6 +288,11 @@ The last two can be used to prevent the worker from being killed when debugging
|
|||||||
$ cd $HOME/.local/lib/python3.8/site-packages/
|
$ cd $HOME/.local/lib/python3.8/site-packages/
|
||||||
$ find -name '*.pyc' -type f -delete
|
$ 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
|
Log in to Odoo
|
||||||
--------------
|
--------------
|
||||||
|
Loading…
Reference in New Issue
Block a user