Skip to content

Commit f057b8b

Browse files
committed
BUMP version
Doc : explain the printing regression
1 parent 9d045ba commit f057b8b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,17 @@ saveToDatabaseForTrackingPurpose(newPartner.getID());
118118

119119
* https://sourceforge.net/p/openerpjavaapi/wiki/Dependencies/
120120
* https://sourceforge.net/p/openerpjavaapi/wiki/Examples/
121+
122+
123+
# Known bugs
124+
125+
Since v14, the render method is now private.
126+
So printing is no more possible with rpc call.
127+
For the references :
128+
* https://github.com/odoo/odoo/issues/78528
129+
* https://github.com/OCA/odoorpc/issues/65
130+
131+
A workaround is to create a module to make the render method public until we implement this method https://github.com/OCA/odoorpc/issues/88#issuecomment-1907870776
132+
a better workaround is to propose a PR in this repo to implement the missing part
133+
134+

pom.xml

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

66
<groupId>com.odoojava</groupId>
77
<artifactId>odoo-java-api</artifactId>
8-
<version>3.3.2</version>
8+
<version>3.3.3</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)