Skip to content

Commit 5cb2bbf

Browse files
committed
Change the name method
1 parent b5d33ab commit 5cb2bbf

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> getFieldsOdoo() {
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)