跳至內容
選單
此問題已被標幟
1167 瀏覽次數

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
3086
1
6月 19
4877
4
5月 15
5510
1
3月 15
10587
3
3月 15
6326