跳至内容
菜单
此问题已终结
1 回复
20197 查看

I make some fields to save in it my data and make some other fields as boolean to make condition by it fields 

for example if f_bool1 is false i want to invisible f1 from tree view how can I make it .

thank you so much

形象
丢弃
最佳答案

In your case on the tree view you need to add attributes to the field. Try with

<filed name="f1" attrs="{'invisible':[('f_bool1','=',false)]}"/> 

Should works.


形象
丢弃

In Tree view does it hide complete column when we use attrs="{'invisible':[('f_bool1', '=', false)]}", I found it only hides the data/content in that column. So I tried to using invisible="context.get('f_bool1') = false" instead of above one. It hides the complete column in Tree view. I hope it will help you.

相关帖文 回复 查看 活动
1
3月 15
3722
0
2月 19
5714
3
9月 18
5584
2
2月 18
6889
0
2月 16
3675