Florent Xicluna
Florent Xicluna
You're right, I need to add this to the documentation. In short, the benefit is to have a more consistent API, which is the same as Odoo internal API. (ERPpeek...
You can achieve it with a minimum of boilerplate in your script, to load the configuration and build the Client instance. It assumes that you have an `erppeek.ini` file in...
It saves the credentials in memory, in `Client._login.cache` on the local machine where it is run. The cache is lost when the python process is destroyed.
I have no idea, since I am not an IPython user myself. I welcome your own feedback.
Please confirm that 1.6 gives enough flexibility for IPython. I have posted details on pull request #62 ... You can contribute an addition to the documentation, if it works.
Normally the module is installed, and actions are committed. If it does not succed, you'll find some hints in your server logs.
The installation/upgrade/uninstallation is blocked if there's already some actions pending. We can improve this.
This regression was probably introduced with 1.6.2 to fix issue #72 : 7adbc8f
I experienced a similar issue with the option `show-picked-versions = true`. The eggs declared with `eggs +=` are not printed in the output.
let's say I did a mistake... Actually the automatic `versions = versions` in 2.0 confused me a bit. If I set `versions =` in the `[buildout]` section, everything is ok....