Skip to Content
Menu
This question has been flagged
1 Reply
5938 Views

Hi all

I have seen the api calls such as search, create, write, unlink, read and login.

Can we use the other orm methods such as fields_get in web service?

Thanks

Avatar
Discard
Best Answer

Yes you can 

models.execute_kw(
    db, uid, password, 'res.partner', 'fields_get',
    [], {'attributes': ['string', 'help', 'type']})


You can find it the web service documentation here




Avatar
Discard
Related Posts Replies Views Activity
0
Mar 15
4415
1
Jan 18
4623
1
Mar 15
3926
0
Jul 20
3240
1
May 19
5478