Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@sebalix sebalix released this 26 Nov 10:16
· 41 commits to master since this release
814ed65
  • IMP: Support added for Odoo 12.0
  • IMP: Convenient script 'run_tests_docker.sh' to run tests locally against
    the official Odoo Docker image
  • IMP: Implement 'with_context(...)' and 'with_env(...)' methods on the Model
    class (they were only available on recordset until now)
  • IMP: Logger added (all requests, params + response) + Documentation