[IMP] shell command: use ipython as python shell

This commit is contained in:
Simon Maillard 2024-12-12 10:47:46 +00:00
parent 0ba79d59ba
commit ba4274dea4
2 changed files with 2 additions and 0 deletions

View File

@ -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)}")

View File

@ -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