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 703b1be commit 1e011d7Copy full SHA for 1e011d7
README.md
@@ -41,7 +41,7 @@ var odoo = new Odoo({
41
### Logging in
42
43
```js
44
-async(() => {
+(async() => {
45
try {
46
await odoo.connect();
47
console.log("Connect to Odoo XML-RPC is successed.");
0 commit comments