Simone Orsi
Simone Orsi
yeah, I got the same issue and reported here https://github.com/shopinvader/odoo-shopinvader/issues/1111 CC @sbidoul
I agree, but we could add this to the roadmap for v15.
TODO: review sudo changes
note: [travis is red](https://travis-ci.org/akretion/odoo-usability/builds/316369386) because not configured, even in master: ```bash Could not find .travis.yml, using standard configuration. ```
@guewen I upgraded to pytest 3.5.0 right now and it really fixes this ;)
Are you sure the module is installed? Can you run tests w/ std odoo command? `odoo -d XXX -i $mod_name --stop-after-init --test-enable`?
Are you sure tests are running w/ odoo? Do you import your test file in `tests/__init__.py`? Bear in mind that if this is not the case, pytest will find it,...
ok, but the fact that I see `no module named 'odoo.addons.tiny_apps'` makes me think you have a problem. AFAIS `tiny_apps` is a folder and not and addon. However is a...
My POV on 409: seems a good solution for certain cases, but should be optional IMO. I would improve https://github.com/OCA/rest-framework/blob/14.0/base_rest/http.py#L176 to delegate the handling to ir.http or another helper model...
> Handle `odoo.http.Response` objects when creating logs. Can you please explain what you are trying to achieve? Also, rebase and drop the change on README.md.