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.
1 parent 991c7be commit fb8110cCopy full SHA for fb8110c
src/main/java/com/odoojava/api/Row.java
@@ -250,6 +250,14 @@ public FieldCollection getChangedFields() {
250
return changedFields;
251
}
252
253
+ /**
254
+ * Returns the map with fields content that the row was filled
255
+ * @return
256
+ */
257
+ public HashMap<String, Object> getFieldsOpenERPResult() {
258
+ return openERPResult;
259
+ }
260
+
261
/***
262
* Event handler to notify listeners when a row changes values
263
* @author Pieter van der Merwe
0 commit comments