Georges Racinet
Georges Racinet
@foutoucour thanks for feedback, but I think it's unrelated. Indeed the commands you're showing actually circumvent the refusal to freeze if local modifications of any kind are found, which is...
@sandreanybox would you please be so kind to try the current a.r.openerp-1.9 branch, namely the [8ae5bb6] I just pushed. They should work better for you. cc @jssuzanne, since we talked...
@bwrsandman you're right. And I understand that you may find this annoying, but it's somewhat necessary to keep a high level of generality, as it allows: - scripts to decide...
@bwrsandman no worries, I was just putting a bit of context :-) Sometimes I'd just change the `/etc/odoo.cfg` just to call the simpler `session.open()` from the shell, but your way...
@sbidoul do you still see unexpected databases in your log ? If so, any hints for reproduction ?
ok, I'll carry on triaging / merging / fixing the other issues, then, thanks.
Apparently that API change (nothing less than entire API for pip's requirement class) occurred between versions 8.1.1 and pip 8.1.2.
@bwrsandman thanks for the tip
Hi @cmsalmeida, you should use the `frozen.cfg` in the `bin/buildout` command too, that's the one doing most of the job: ``` python bootstrap.py -c frozen.cfg && bin/buildout -c frozen.cfg ```...
Hi, thanks for the tips, I certainly agree with the expected behaviour. One reason to call for refactors is that in my mind (even after I refreshed my memory of...