跳至內容
選單
此問題已被標幟
706 瀏覽次數

Hi Community,


I am trying to execute this rpcjson call:

{
    "jsonrpc": "2.0",
    "method": "call",
    "params": {
      "service": "object",
      "method": "execute_kw",
      "args": [
        "{{ $vars.odooDatabaseName }}",
        {{ $vars.odooUserId }},
        "{{ $vars.odooApiKey }}",
        "delivery.carrier",
        "rate_shipment",
        [[1], [{"id": 43, "partner_shipping_id": 7}]]
      ]
    },
    "id": 1
}

I am getting this error:

"message": "'dict' object has no attribute 'partner_shipping_id'

Any help is greatly appreciated.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
9月 24
1460
0
9月 24
991
0
3月 15
4273
3
8月 24
1848
1
4月 24
8689