Skip to content

Commit 12d24da

Browse files
committed
Update readme.md
1 parent 4c7f834 commit 12d24da

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Node.js client library for Odoo using JSON-RPC
44

5+
## Installation
6+
7+
```bash
8+
$ npm install node-odoo
9+
```
10+
11+
## Methods
12+
13+
### odoo.create(model, params, callback)
14+
### odoo.get(model, id, callback)
15+
### odoo.update(model, id, params, callback)
16+
### odoo.delete(model, id, callback)
17+
### odoo.search(model, params, callback)
518

619
## Reference
720

0 commit comments

Comments
 (0)