I'm having compute function. It works well and gives an expected output in field placed in form. But it is not fetched in tree view. If i put store=True, It works well. But app could not be installed once if I uninstalled it.
Is there any way to replace store=True.
Any help is appreciatable!
Thanks @niyas! I solved it by giving store = False in field which calls compute function. Instead, I created new field giving related condition and sets store = True here.