Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
743 Prikazi

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.

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
sep. 24
1533
0
sep. 24
1053
0
mar. 15
4337
3
avg. 24
1881
1
apr. 24
8845