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 5
5
6
6
<groupId >com.odoojava</groupId >
7
7
<artifactId >odoo-java-api</artifactId >
8
- <version >3.1.8 </version >
8
+ <version >3.2.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >odoo-java-api</name >
Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ public void startSession() throws Exception {
183
183
184
184
private void checkVersionCompatibility () throws XmlRpcException , OdooApiException {
185
185
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. "
188
188
+ "Please choose another version of the library" );
189
189
}
190
190
You can’t perform that action at this time.
0 commit comments