File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/odoojava/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.odoojava</groupId >
6
6
<artifactId >odoo-java-api</artifactId >
7
- <version >3.0.1 </version >
7
+ <version >3.0.2 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >odoo-java-api</name >
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public void startSession() throws Exception {
149
149
150
150
private void checkVersionCompatibility () throws XmlRpcException , OdooApiException {
151
151
152
- if (this .getServerVersion ().getMajor () < 8 || this .getServerVersion ().getMajor () > 10 ) {
152
+ if (this .getServerVersion ().getMajor () < 8 || this .getServerVersion ().getMajor () > 12 ) {
153
153
throw new OdooApiException (
154
154
"Only Odoo Version from v8.x to 10.x are maintained. " + "Please choose another version of the library" );
155
155
}
You can’t perform that action at this time.
0 commit comments