Simone Orsi

Results 67 issues of Simone Orsi

Last release 1.0.1 didn't land yet on PyPI because of ![image](https://github.com/camptocamp/pytest-odoo/assets/347149/17954e3f-b704-437e-a423-e89c238f2ed3)

Makes easier to plug in actions from external modules w/o having to override the top bar component.

stale

When calling action_block_release on multiple moves, avoid having a singleton error.

enhancement
needs review

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

bug

![image](https://user-images.githubusercontent.com/347149/31658646-e34d056a-b331-11e7-992d-d54f8eaa3afb.png)

bug

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...

bug

Ripped out of #759 and dropped *type_auto dependency from base module. TODO: test and squash when done

no stale

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...