Hi, I have a model with a json field. I am trying to create a view for that model.
Approach 1: I want to parse the json field and then show that in UI. but I did not know how to achieve that.
Approach 2: Then I started with simply showing the json on UI. but it straight away gave an error.
my view is
my model is
I was able to figure out that odoo does not support json as field, we have added custom field in odoo, and that's why it is not working.
I want to make it work as Approach 1, but any help is appreciated.