Releases: muflone/pyodoo
Releases · muflone/pyodoo
Release 0.2.2
Release 0.2.1
- 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
- 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
- Added travis.yml
- Added circleci configuration
Release 0.1.0
- 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
- Initial commit