We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6dd99 commit d7b7ee8Copy full SHA for d7b7ee8
2 files changed
src/main/java/com/debortoliwines/odoo/api/Session.java
src/main/java/com/odoojava/api/Session.java
@@ -303,6 +303,15 @@ public Version getServerVersion() throws XmlRpcException {
303
return serverVersion;
304
}
305
306
+ /**
307
+ * Returns the current logged in User's UserID
308
+ * @return
309
+ */
310
+ public int getUserID() {
311
+ return userID;
312
+ }
313
+
314
315
/**
316
* Retrieves the context object for the session to set properties on
317
*
0 commit comments