-
Notifications
You must be signed in to change notification settings - Fork 22
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
[8.x] Expected updates and features #24
Comments
Hi, I don't know if you started to develop the implementation of JSONRPC, but I do have an implmentation of JSONRPC that works well on my fork. I'm going to open a PR. That's just a test but we can work from this if you want to. I did some tests and it seems that JSONRPC is really faster than XMLRPC. PR : #25 |
Hi, thank you very much for your share mate, but I already did it (branch For performance, no doubt about. I already think about requests multiplexing to perform bulk operations (just an idea atm). |
Following PR #25 and branch |
@Ang3 In some companies they have active restrictions on which extensions they can activate or not.. etc. The real question is Are there any real advantages to use curl and not native streams ? |
Btw I think i'm going to close my PR so you can work on your side freely. You worked too fast for me lol. Just a junior dev trying to work on opensource projects that I use in my company 😢 |
Same here with my company |
Atm, I implemented a transport layer to be able to choose how to send data. By default, I think PHP stream must be the first (basic) choice because curl needs the extension |
Hi, I think this could be a great idea to add a new feature that helps to download reports from Odoo It is already implemented in OdooRPC for example (Actually we're trying to download a report from a stock.picking and send back to the user with HTTP attachment) |
Hi, Indeed, there are many things to do with Odoo. The aim of this repository is to provide a client for Odoo, basically. The DBAL features should be detached into another repository, like ORM or "actions" features like you described. I named that "actions" because I know we can call public methods from python objects like API controller actions (generating invoices for example). I will try to find how to organize that better, probably with the version 8. :-) |
The text was updated successfully, but these errors were encountered: