We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dc25eb + fe97ce5 commit 6f30449Copy full SHA for 6f30449
src/main/java/com/debortoliwines/odoo/api/Session.java
@@ -274,6 +274,14 @@ public Version getServerVersion() throws XmlRpcException {
274
return serverVersion;
275
}
276
277
+ /**
278
+ * Returns the current logged in User's UserID
279
+ * @return
280
+ */
281
+ public int getUserID() {
282
+ return userID;
283
+ }
284
+
285
/**
286
* Retrieves the context object for the session to set properties on
287
*
0 commit comments