Skip to Content
Menu
This question has been flagged
1149 Rodiniai

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



Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
rugs. 22
3073
1
birž. 19
4837
4
geg. 15
5490
1
kov. 15
10565
3
kov. 15
6300