Skip to content

Commit

Permalink
add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
flotho committed Aug 24, 2021
1 parent ca0e843 commit 8244d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/odoojava/api/OdooCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public Object[] importData(String objectName, String[] fieldList, Object[][] row
new Object[] { fieldList, rows, "init", "", false, session.getContext() });
} else {
System.out.println("importData is a legacy method for odoo version <= 9");
return new Object[]{};
}
}

Expand Down

0 comments on commit 8244d78

Please sign in to comment.