Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1088 Zobrazení

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
zář 22
3003
1
čvn 19
4804
4
kvě 15
5450
1
bře 15
10475
3
bře 15
6251