I want to hide the contents of searchpanel based on context. I added invisible attribute based on context on searchpanel tag (and in each fields inside searchpanel) which didn't work. The code I tried was:
invisible="context.get('default_res_model',False)"
I want to hide the contents of searchpanel based on context. I added invisible attribute based on context on searchpanel tag (and in each fields inside searchpanel) which didn't work. The code I tried was:
invisible="context.get('default_res_model',False)"