Daily updates from Odoo
Friday, March 30, 2018
1 change · master
New functionality added to Odoo
This update adds a new command that lets developers open an interactive Odoo workspace more easily. It can speed up investigation, testing, and support work without changing normal business workflows.
Original PR description
Start a IPython console with an Odoo environment: `./odoo.py ipshell --database=example` or start only a kernel and connect afterwards: `./odoo.py ipshell --kernel --database=example` `ipython qtconsole --existing`