Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5985 Представления

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
4444
1
янв. 18
4664
1
мар. 15
3946
0
июл. 20
3336
1
мая 19
5527