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

How can i access field values in another server using odoo 10 xml rpc other than just ids only? I want to access certain field value like name to manipulate it to be use for conditions in a method or function. Thank you very much in advance. 

アバター
破棄
最善の回答

Hi,

Once you get the is of the record, use read method to read the data from the record.

See this sample:

sol = models.execute_kw(db, uid, password,'sale.order.line', 'read', [pro], {'fields': ['product_id']})


To know more, see: https://www.youtube.com/watch?v=isjhwKAL63M

Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
1
1月 22
2409
0
6月 17
2852
1
1月 24
3407
3
10月 23
5988
1
7月 23
3457