Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6462 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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




Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
5118
1
sty 18
5227
1
mar 15
4426
0
lip 20
3879
1
maj 19
6016