Skip to Content
Menu
This question has been flagged
1 Odpoveď
5975 Zobrazenia

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
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
mar 15
4442
1
jan 18
4661
1
mar 15
3941
0
júl 20
3331
1
máj 19
5525