Skip to content

Releases: muflone/pyodoo

Release 0.2.2

07 Jun 22:25
Compare
Choose a tag to compare
  • Added method all which returns all the rows in the model (closes #1)
  • Added properties for get and set the default language (closes #2)
  • Added version member with the version number

Release 0.2.1

06 Jun 20:37
Compare
Choose a tag to compare
  • Added authenticate method to authenticate model objects
  • Added ActiveStatusChoice to method find to get also active or inactive rows during the selection
  • The method get always returns a single row or None
  • Added nose tests

Release 0.2.0

06 Jun 14:41
Compare
Choose a tag to compare
  • Added the model name to the Model class and passed to the Api objects
  • Everything will be managed by the Model class

Release 0.1.1

06 Jun 02:07
Compare
Choose a tag to compare
  • Added travis.yml
  • Added circleci configuration

Release 0.1.0

06 Jun 02:07
Compare
Choose a tag to compare
  • Added Contacts API
  • Added BooleanOperator class for boolean operations in Odoo
  • Added CompareType class for comparing values in Odoo filters
  • Added Filter class for Odoo filters
  • Rewrote the Api adding more general methods
  • New ObjectModel class for generic API for object models
  • New method filter for ObjectModel

Release 0.0.1

06 Jun 02:06
Compare
Choose a tag to compare
  • Initial commit