[IMP] shell command: use ipython as python shell
This commit is contained in:
parent
0ba79d59ba
commit
ba4274dea4
|
|
@ -81,6 +81,7 @@ def shell(ctx, step, database, code):
|
||||||
"/odoo_env/src/odoo/odoo-bin",
|
"/odoo_env/src/odoo/odoo-bin",
|
||||||
"shell",
|
"shell",
|
||||||
"--no-http",
|
"--no-http",
|
||||||
|
"--shell-interface=iptyhon",
|
||||||
] + common_options
|
] + common_options
|
||||||
|
|
||||||
logger.info(f"Command: {' '.join(command)}")
|
logger.info(f"Command: {' '.join(command)}")
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,4 @@ git+https://github.com/OCA/openupgradelib@master#egg=openupgradelib
|
||||||
# dependencies of the module OCA/server-tools 'upgrade_analysis'
|
# dependencies of the module OCA/server-tools 'upgrade_analysis'
|
||||||
odoorpc
|
odoorpc
|
||||||
mako
|
mako
|
||||||
|
ipython # used by default by shell command
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user