跳至内容
菜单
此问题已终结
1096 查看

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



形象
丢弃
相关帖文 回复 查看 活动
0
9月 22
3007
1
6月 19
4810
4
5月 15
5452
1
3月 15
10483
3
3月 15
6257