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 fd16c22 commit 3eae8dbCopy full SHA for 3eae8db
src/main/java/com/odoojava/api/Row.java
@@ -254,7 +254,7 @@ public FieldCollection getChangedFields() {
254
* Returns the map with fields content that the row was filled
255
* @return
256
*/
257
- public HashMap<String, Object> getFieldsOpenERPResult() {
+ public HashMap<String, Object> getFieldsOdoo() {
258
return openERPResult;
259
}
260
0 commit comments