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

With odoo 17 jsonrpc default api, is there a way to get directly nested field content on odoo like many2many, many2one or one2many in a single read call :

{
  "jsonrpc": "2.0",
  "params": {
    "model": "car.rental.contract",
    "method": "read",
    "args": [[7]],
    "kwargs": {}
  }
}

for this example I want to do something like this instead of just id or name:

    "kwargs": {
      "fields": ["customer_id__email"]
    }
アバター
破棄
関連投稿 返信 ビュー 活動
3
3月 25
2463
0
3月 25
1140
4
1月 25
2116
1
11月 24
2182
3
9月 24
7370