yezyilomo / odoo-rest-api

Module which expose Odoo as a REST API
MIT License
202 stars 162 forks source link

AttributeError: 'res.users' object has no attribute 'fields_get_keys' #78

Closed NaveenReddy198 closed 5 months ago

NaveenReddy198 commented 5 months ago

Hii team iam trying to use odoo Rest Apis and when i try to fetch list of users with Api : /api/res.users/ iam getting error : AttributeError: 'res.users' object has no attribute 'fields_get_keys' . Can u guys help me.

yezyilomo commented 5 months ago

I believe this #77 has fixed this issue.