-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive Shell #5
Comments
Yes this is a feature I would like to see in a future version, but I can not tell you a date ;) Anyway it is a good idea. |
From @arkhan on November 11, 2016 12:51 Great, I'll be looking forward |
From @arkhan on July 13, 2017 17:43 This is still within the TODOS |
Yes it is. To install OdooRPC from this development branch: $ sudo pip install git+https://github.com/sebalix/odoorpc.git@interactive-shell Then run the $ odoorpc
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(Shell)
>>> odoorpc
<module 'odoorpc' from '/mnt/data/dev/odoorpc/odoorpc/__init__.pyc'>
>>> ODOO
<class 'odoorpc.odoo.ODOO'>
>>> Later I'll add command line parameters to instantiate automatically an Odoo session, help and user documentation, but the first step is to ensure that this feature can be correctly tested on Python 2&3 on Travis. Regards, |
Any updatev? |
From @arkhan on November 10, 2016 18:6
Hello,
Have future plans to create an interactive shell like erppeek
thanks
Copied from original issue: osiell/odoorpc#34
The text was updated successfully, but these errors were encountered: