Simone Orsi
Simone Orsi
Evolution of #1151. See atomic commits for details. In particular, these 2 commits need attention. To me and in our use cases they make perfectly sense, but I'd like to...
Depends on: - [x] https://github.com/OCA/product-attribute/pull/866 - [x] https://github.com/OCA/search-engine/pull/89 TODO: - [x] sync lines on writes - [x] add handy actions to recompute and export lines
https://github.com/shopinvader/odoo-shopinvader/blob/14.0/.travis/travis_delete_algolia_index
Odoo code base somewhere relies on `threading.currentThread().testing = True` They set it here https://github.com/odoo/odoo/blob/11.0/odoo/modules/module.py#L503 and we tried already to simulate it here https://github.com/camptocamp/pytest-odoo/blob/master/pytest_odoo.py#L84 Still, seems to not work as expected....
Provide a hook to customize stored params. At the same time, assume passwords must be always cleaned up. FWD port of #298
You can easily link records to their related jobs TODO - [ ] write tests - [ ] decide if we keep it in queue_job or should be moved to...
It would nice if we could specify which states will make identity_exact match when looking for existing jobs. In some cases is desirable to match STARTED jobs too. See motivation...
Addresses #84 . Additional change: ease debugging failing parser tests.
ATM the `env` of the `WorkContext` comes from the [collection](https://github.com/OCA/connector/blob/16.0/component/core.py#L272). This is sub-optimal because you cannot customize it for specific cases (eg: by setting a ctx key before calling a...