Skip to content

Commit 4f32dd7

Browse files
authored
Merge pull request DeBortoliWines#37 from DeBortoliWines/odoo-v10
Odoo v10
2 parents f445631 + f646325 commit 4f32dd7

File tree

7 files changed

+1737
-1480
lines changed

7 files changed

+1737
-1480
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ demodb.properties
1414
# Intellij IDEA stuff
1515
.idea/*
1616
*.iml
17+
18+
# Netbeans stuff
19+
nbactions.xml
20+
nbproject/
21+
22+
# OS stuff
23+
.directory

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.debortoliwines</groupId>
66
<artifactId>odoo-java-api</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1</version>
88
<packaging>jar</packaging>
99

1010
<name>odoo-java-api</name>

0 commit comments

Comments
 (0)