We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886cc4b commit 5bdd8a5Copy full SHA for 5bdd8a5
1 file changed
src/main/java/com/odoojava/api/Session.java
@@ -401,6 +401,7 @@ public Object executeCommandKw(final String objectName, final String commandName
401
if (parameters != null && parameters.length > 0) {
402
paramsList.add(Arrays.asList(parameters));
403
}
404
+
405
Map<String, Context> c = new HashMap<>();
406
c.put("context",context);
407
paramsList.add(c);
0 commit comments