Skip to content

Releases: katyukha/odoo-rpc-client

Release 1.2.0

14 Sep 19:34
Compare
Choose a tag to compare
  • Fix regression with SSL support for XML-RPC.
    Still, it is recommended to use JSON-RPC, because it is more reliable.
  • Added auto tests for Odoo 15.0 and python 3.10

Release 1.1.0

09 Feb 09:33
Compare
Choose a tag to compare

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

28 Jan 21:46
Compare
Choose a tag to compare
  • Support for timeout in connections
  • Changed license to MPL 2.0

Release 0.9.0

13 Nov 09:57
Compare
Choose a tag to compare

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

28 Feb 13:49
Compare
Choose a tag to compare

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

27 Feb 08:39
Compare
Choose a tag to compare

Release 0.8.1

  • Fix local connector for odoo-9.0 when odoo.py is on python path

Release 0.8.0 (Project Split)

17 Jan 12:49
Compare
Choose a tag to compare
  • 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;