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
6085 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
4576
1
sty 18
4749
1
mar 15
4041
0
lip 20
3410
1
maj 19
5603