Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1162 Widoki

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
wrz 24
2171
0
wrz 24
1511
0
mar 15
4730
3
sie 24
2324
1
kwi 24
10381