Skip to content
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

Open
sebalix opened this issue Oct 3, 2017 · 5 comments
Open

Interactive Shell #5

sebalix opened this issue Oct 3, 2017 · 5 comments

Comments

@sebalix
Copy link
Collaborator

sebalix commented Oct 3, 2017

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

@sebalix
Copy link
Collaborator Author

sebalix commented Oct 3, 2017

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.

@sebalix
Copy link
Collaborator Author

sebalix commented Oct 3, 2017

From @arkhan on November 11, 2016 12:51

Great, I'll be looking forward

@sebalix
Copy link
Collaborator Author

sebalix commented Oct 3, 2017

From @arkhan on July 13, 2017 17:43

This is still within the TODOS

@sebalix
Copy link
Collaborator Author

sebalix commented Oct 3, 2017

Yes it is.
I just started the development, you can follow it here: https://github.com/sebalix/odoorpc/commits/interactive-shell
Not yet usable, but I hope to have enough time to implement it. You're very welcome to test it from the above branch and give some feedback.

To install OdooRPC from this development branch:

$ sudo pip install git+https://github.com/sebalix/odoorpc.git@interactive-shell

Then run the odoorpc command:

$ 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,

@arkhan
Copy link

arkhan commented Jan 20, 2023

Any updatev?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants