Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1215 Vizualizări

How do I display the value of my keyset field


keyset_key = fields.Json()

	​
def read(self, fields=None, load='_classic_read'):       
​records = super(InsuranceClients, self).read(fields, load)        ​ for record in records:                                    ​if record['keyset_key']:
      ​print("keyset_key - ", record['keyset_key'])                   
return records

 I want to retrieve the field value in odoo's read function for modification but the field is not displayed in the records



Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
sept. 22
3149
1
iun. 19
4913
4
mai 15
5555
1
mar. 15
10612
3
mar. 15
6385