We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d63503 + 8244d78 commit c213a5fCopy full SHA for c213a5f
1 file changed
src/main/java/com/odoojava/api/OdooCommand.java
@@ -185,6 +185,7 @@ public Object[] importData(String objectName, String[] fieldList, Object[][] row
185
new Object[] { fieldList, rows, "init", "", false, session.getContext() });
186
} else {
187
System.out.println("importData is a legacy method for odoo version <= 9");
188
+ return new Object[]{};
189
}
190
191
0 commit comments