Skip to content

Commit

Permalink
Add documentation on o2m field behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tmijail committed Feb 23, 2021
1 parent 9d2e294 commit fe1d295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Where:
- `fields as list`
- `context as record`

**Note:** If `fields` is not specified, the default behaviour is to read all fields except those `one2many` fields which reference models the user doesn't have permission to read.

- `set_schema`: Whether or not to set the column types according to the field definition on Odoo. Defaults to `true`.

#### Example: Get the names and emails of our contacts at Azure Interior
Expand Down

0 comments on commit fe1d295

Please sign in to comment.