Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
6023 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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




Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
бер. 15
4451
1
січ. 18
4695
1
бер. 15
3964
0
лип. 20
3356
1
трав. 19
5542