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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
1
März 15
|
3758 | ||
|
0
Feb. 19
|
5736 | ||
|
3
Sept. 18
|
5608 | ||
|
2
Feb. 18
|
6906 | ||
|
0
Feb. 16
|
3688 |