Releases: katyukha/odoo-rpc-client
Releases · katyukha/odoo-rpc-client
Release 1.2.0
Release 1.1.0
Release 1.1.0
- Added support (tests) of Odoo 13.0, Odoo 14.0 and python3.8
- Added tests for batch create in Odoo 12.0+
- Support for Odoo 7.0 is now deprecated and will be completely removed in one
of next versions - Odoo 8.0 and 9.0 now supported, but not tested.
Release 1.0.0
- Support for timeout in connections
- Changed license to MPL 2.0
Release 0.9.0
Release 0.9.0
- Removed old alias *odoo_rpc_client.orm.record.RecordRelations
- Added search_count method to objects (models)
- Added create_record method to objects (models)
- Added tests for Odoo 11
- Added overloads of operators (+, +=) for recordlists
- Removed local database connector, because it is difficult to test it,
and it is not used so often as xml-rpc and json-rpc connectors
May be in future it will have it's own python package.
Release 0.8.2
Release 0.8.2
- Avoid unneccesary encode/decode in db dump/restore logic
- Use simplejson for jsonrpc
- Odoo 10 local connector: correcly close db connections on exit
Release 0.8.1
Release 0.8.1
- Fix local connector for odoo-9.0 when odoo.py is on python path
Release 0.8.0 (Project Split)
- Split openerp_proxy project to set of smaler project
to avoid bringing lot of unneccessary dependencies. - This project contains core features, aiming to minimize dependencies.
- Features, not included here, all this features will be still available
in openerp_proxy project, which will depend on this one in feature:- Extensions (especialy repr extension)
- Sessions
- Shell
- Experimental code (introduced in openerp_proxy 0.7.0)
- Plugin - Diagraming
- New features added:
- Connector: 'local'. It allows to connect to local odoo instalce, without http;