Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
6732 Visualizzazioni

I am implementing a REST api on top of openErp using xml-rpc, to boost performance I would like to update multiple objects with one xml-rpc call. I successfully implemented the update call for a single object:

params (Object[]):
- databaseName
- sessionId
- username
- object_name
- write
- args -> Object[]{id, fieldValues(Map<String, Object)>)

this works like expected, but now i would like to update multiple objects with one call so i thought i could just change the args to:

Object[]{Object[] ids, Object[] fieldValues), every item of fieldValue would be of type Map<String, Object>

where key is always the openErp field name and value the actual value to update.

But this call will throw an exception like:

org.apache.xmlrpc.XmlRpcException: 'list' object has no attribute 'copy'

Avatar
Abbandona
Risposta migliore

Hello Micheal Wittwer,

Did you get any update 

or 

Can you answer my question 

https://www.odoo.com/forum/help-1/question/java-odoo-web-api-client-73384 

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
mag 24
6582
0
ago 22
2426
1
gen 20
6271
1
dic 19
11655
2
lug 17
7590