File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/odoojava/api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.odoojava</groupId >
66 <artifactId >odoo-java-api</artifactId >
7- <version >3.0.2 </version >
7+ <version >3.0.3 </version >
88 <packaging >jar</packaging >
99
1010 <name >odoo-java-api</name >
Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ public void startSession() throws Exception {
149149
150150 private void checkVersionCompatibility () throws XmlRpcException , OdooApiException {
151151
152- if (this .getServerVersion ().getMajor () < 8 || this .getServerVersion ().getMajor () > 12 ) {
152+ if (this .getServerVersion ().getMajor () < 8 || this .getServerVersion ().getMajor () > 13 ) {
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 13 .x are maintained. " + "Please choose another version of the library" );
155155 }
156156
157157 }
You can’t perform that action at this time.
0 commit comments