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

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



Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
set 22
3139
1
giu 19
4899
4
mag 15
5544
1
mar 15
10603
3
mar 15
6357