Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1129 Tampilan

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Sep 22
3036
1
Jun 19
4831
4
Mei 15
5486
1
Mar 15
10527
3
Mar 15
6291