Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5977 Visualizações

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

Avatar
Cancelar
Melhor resposta

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




Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
mar. 15
4442
1
jan. 18
4662
1
mar. 15
3942
0
jul. 20
3331
1
mai. 19
5525