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 264e53e commit 0aba9ebCopy full SHA for 0aba9eb
README.md
@@ -8,7 +8,7 @@ Works better with NodeJS v11.16 and further
8
## Installation
9
10
```sh
11
-$ npm install async-odoo-xmlrpc
+npm install async-odoo-xmlrpc
12
```
13
14
## Methods
@@ -26,6 +26,12 @@ odoo.render_report(report, params): Promise<Object>
26
var Odoo = require('async-odoo-xmlrpc');
27
28
29
+You are also use `async-odoo-xmlrpc` with **TypeScript**.
30
+
31
+```
32
+import Odds from 'async-odoo-xmlrpc'
33
34
35
### Configuration
36
37
```js
0 commit comments