Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1105 Widoki

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



Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 22
3016
1
cze 19
4823
4
maj 15
5467
1
mar 15
10492
3
mar 15
6284