- Breaking change: with limit=1, **search** method returns a single record instead of not a recordset, unless setting legacy=True - Improve remote error loging and add no_log option
2.0.5
Added
- Allows to use the method 'get' on record object to ease retro-compatibility
2.0.4
Added
- Allows to load batch with related values as int or int list
2.0.3
Fixed
- OdooRecordSet inherit from list instead of set to preserve search order
2.0.2
Added
- Allows to use 'filtered' and 'mapped' functions on record set - Introduce '_xmlid' property on record - Add exclude_fields parameter to search function