Skip to content

Commit

Permalink
Merge pull request #16 from odoo-java/v14-migration-adn-tests
Browse files Browse the repository at this point in the history
add return statement
  • Loading branch information
flotho authored Aug 24, 2021
2 parents 0d63503 + 8244d78 commit c213a5f
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 c213a5f

Please sign in to comment.