Skip to content

Commit 9041707

Browse files
committed
readme
1 parent e356fdf commit 9041707

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ return null;
7676
openERPSession.executeCommand("stock.inventory", "action_done",
7777
new Object[]{Integer.valueOf(inventory_id.toString())});
7878
```
79-
79+
Or with context forced :
80+
```
81+
openERPSession.executeCommandWithContext("account.move.reversal", "reverse_moves",
82+
new Object[]{ remove_id }
83+
);
84+
```
8085

8186

8287
# Other ressources [legacy]

0 commit comments

Comments
 (0)