File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,23 @@ For more information, including a Wiki please see the project on SourceForge:
19
19
The project is realeased under the Apache V2 license starting from version 1.5.
20
20
Earlier versions are dual licenced and developers can choose between LGPL3 (original license) and Apache V2.
21
21
22
+
23
+ # Dependencies
24
+
25
+ This project depends on the XMLRPC library by Apache: http://ws.apache.org/xmlrpc
26
+
27
+ Download the latest version from apache and extract the tar.
28
+
29
+ The required jar files are:
30
+ xmlrpc-client-3.1.3.jar
31
+ xmlrpc-common-3.1.3.jar
32
+ ws-commons-util-1.0.2.jar
33
+
34
+ Add those jar files to your classpath and you should be ok.
35
+
36
+ # Examples
37
+
38
+ ## Context manipulation
39
+ Map inputMap = new java.util.HashMap();
40
+ inputMap.put("active_id", move_id.toString());
41
+ openERPSession.getContext().putAll(inputMap);
You can’t perform that action at this time.
0 commit comments