here is my source code and
i need to know hide **bank_id** field when i select != bank value from selection box ?
I tried with
attrs="{'invisible': [('special_deduction_type', '!=', 'bank')]}"
also for all fields.but then many2one fields shows in out of layout.please refer the image

↧