Skip to content

Commit 18871d1

Browse files
authored
Update Session.java
1 parent 06516a4 commit 18871d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/odoojava/api/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private void checkVersionCompatibility() throws XmlRpcException, OdooApiExceptio
151151

152152
if (this.getServerVersion().getMajor() < 8 || this.getServerVersion().getMajor() > 12 ) {
153153
throw new OdooApiException(
154-
"Only Odoo Version from v8.x to 10.x are maintained. " + "Please choose another version of the library");
154+
"Only Odoo Version from v8.x to 12.x are maintained. " + "Please choose another version of the library");
155155
}
156156

157157
}

0 commit comments

Comments
 (0)