Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5850 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
mar 15
4341
1
ene 18
4560
1
mar 15
3849
0
jul 20
3149
1
may 19
5379