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 55
66 <groupId >com.odoojava</groupId >
77 <artifactId >odoo-java-api</artifactId >
8- <version >3.1.8 </version >
8+ <version >3.2.0 </version >
99 <packaging >jar</packaging >
1010
1111 <name >odoo-java-api</name >
Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ public void startSession() throws Exception {
183183
184184 private void checkVersionCompatibility () throws XmlRpcException , OdooApiException {
185185
186- if (this .getServerVersion ().getMajor () < 8 || this .getServerVersion ().getMajor () > 14 ) {
187- throw new OdooApiException ("Only Odoo Version from v8.x to 14 .x are maintained. "
186+ if (this .getServerVersion ().getMajor () < 8 || this .getServerVersion ().getMajor () > 15 ) {
187+ throw new OdooApiException ("Only Odoo Version from v8.x to 15 .x are maintained. "
188188 + "Please choose another version of the library" );
189189 }
190190
You can’t perform that action at this time.
0 commit comments