Skip to Content
Menú
This question has been flagged
676 Vistes

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
Descartar
Related Posts Respostes Vistes Activitat
1
de set. 24
1405
0
de set. 24
960
0
de març 15
4269
3
d’ag. 24
1822
1
d’abr. 24
8620