Skip to content

Commit fb8110c

Browse files
committed
Add new method for returns the map with content of fields that the new row was filled
1 parent 991c7be commit fb8110c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/com/odoojava/api/Row.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,14 @@ public FieldCollection getChangedFields() {
250250
return changedFields;
251251
}
252252

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+
253261
/***
254262
* Event handler to notify listeners when a row changes values
255263
* @author Pieter van der Merwe

0 commit comments

Comments
 (0)