Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
838 Visninger

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
aug. 25
347
2
jul. 25
2795
3
jul. 25
608
1
jun. 25
2063
1
aug. 25
982