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

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lip 25
164
1
cze 25
1857
1
lip 25
847
1
kwi 25
1522
2
sty 25
1678