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

How can i access field values in another server using odoo 10 xml rpc other than just ids only? I want to access certain field value like name to manipulate it to be use for conditions in a method or function. Thank you very much in advance. 

Avatar
Abbandona
Risposta migliore

Hi,

Once you get the is of the record, use read method to read the data from the record.

See this sample:

sol = models.execute_kw(db, uid, password,'sale.order.line', 'read', [pro], {'fields': ['product_id']})


To know more, see: https://www.youtube.com/watch?v=isjhwKAL63M

Thanks

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
gen 22
2399
0
giu 17
2814
1
gen 24
3354
3
ott 23
5962
1
lug 23
3409