コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5965 ビュー

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




アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 15
4434
1
1月 18
4642
1
3月 15
3935
0
7月 20
3293
1
5月 19
5504