Simone Orsi
Simone Orsi
Last release 1.0.1 didn't land yet on PyPI because of 
Makes easier to plug in actions from external modules w/o having to override the top bar component.
When calling action_block_release on multiple moves, avoid having a singleton error.
Impossible to run tests locally and travis is read for the same reason: `No idea what 'tests.prepare_config' is!` https://travis-ci.org/camptocamp/anthem#L522 /cc @leemannd

fwd porting these too #110 #116 #118 #119
The importer and the record handler loads specific contexts for create and write, but they are attached only to the current record and not to the ctx of the env...
Ripped out of #759 and dropped *type_auto dependency from base module. TODO: test and squash when done
if you declare `all` as the modules to upgrade, you get odoo running with `-i all`. As documented [here](https://github.com/camptocamp/odoo-template/pull/33) you should use `base` but, still, it should not install all...