Skip to content

Commit

Permalink
📝Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yezyilomo committed Jun 23, 2020
1 parent 53e6663 commit 0fe1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ print(res.text)

For nested records, for example if we want to select `id`, `name` and `company_id` fields from `res.users` model, but under `company_id` we want to select `name` field only. here is how we would do it.

`GET /api/res.users/?query={id, name, company_id{name}}
`GET /api/res.users/?query={id, name, company_id{name}}`

```js
{
Expand Down

0 comments on commit 0fe1c04

Please sign in to comment.