Dear community,
is there a reason why some fields are not returned in data?
List fields for model 'res.users' returns 594 fields
https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#list-record-fields
But then after calling read endpoint
https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#search-and-read
There are only around 460 fields returned.
Are you somehow manipulating data? For example: empty data are not sended.
Thank you for your help