We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e356fdf commit 9041707Copy full SHA for 9041707
README.md
@@ -76,7 +76,12 @@ return null;
76
openERPSession.executeCommand("stock.inventory", "action_done",
77
new Object[]{Integer.valueOf(inventory_id.toString())});
78
```
79
-
+Or with context forced :
80
+```
81
+openERPSession.executeCommandWithContext("account.move.reversal", "reverse_moves",
82
+ new Object[]{ remove_id }
83
+ );
84
85
86
87
# Other ressources [legacy]
0 commit comments