Skip to content

Commit 264e53e

Browse files
Update README.md
fix error in docs code in Inspection and introspection (ir.model.fields)
1 parent d132210 commit 264e53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ var odoo = new Odoo({
220220
### Inspection and introspection (ir.model.fields)
221221

222222
```js
223-
async(() => {
223+
(async() => {
224224
await odoo.connect();
225225
try {
226226
await odoo.execute_kw('ir.model', 'create', [{

0 commit comments

Comments
 (0)