DeBortoliWines / openerp-java-api

A Java API to connect to OpenERP and manage data using the XMLRPC interface.
Apache License 2.0
38 stars 71 forks source link

[10.0]Explicit context in RPC call #41

Closed flotho closed 6 years ago

flotho commented 7 years ago

Hi @xsalefter , @gjvoosten ,

A review on this would be appreciated. The purpose is to explicit the command to execute with or without the context. For example, create method in v9 keep some additionnal parameters that prevent us to be generic with the v8. I had those kind of issues in the stock module AFAIR.