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
6197 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
4807
1
sty 18
4890
1
mar 15
4164
0
lip 20
3605
1
maj 19
5778