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

following official Odoo documentation (v17) on its external API, I'm testing all the samples showed there. Majority works fine but I'm stack on creating a new record


/models.execute_kw(db, uid, password, 'res.partner', 'write', [[id], {'name': 'Newer partner'}])

as a result Python drops this message


  File "C:\Users\usuario\AppData\Local\Programs\Python\Python310\lib\xmlrpc\client.py", line 526, in __dump

    raise TypeError("cannot marshal %s objects" % type(value))

TypeError: cannot marshal objects


Any help would be appreciated

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 25
279
1
8月 25
575
2
7月 25
3021
3
7月 25
742
1
6月 25
2237