muk-it / muk_dms

MuK Document Management System
GNU Lesser General Public License v3.0
91 stars 144 forks source link

Unable to hide searchpanel dynamically #124

Open pradhanashwin opened 4 years ago

pradhanashwin commented 4 years ago

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)"

pradhanashwin commented 4 years ago

@keshrath what is the status of this issue?