Skip to Content
Menú
This question has been flagged
2 Respostes
130 Vistes

Hi everyone,


I want to be able to hide certain columns in project.task.list:


This works:

<field name="x_studio_so_line_notes_rel" optional="show" column_invisible="1"/>

<field name="x_studio_so_line_notes_rel" optional="show" column_invisible="1 == 1"/>


But nothing else works:

<field name="x_studio_so_line_notes_rel" optional="show" column_invisible="project_id.active"/>

<field name="x_studio_so_line_notes_rel" optional="show" column_invisible="x_studio_bool_test"/>


I want to keep the column hidden if project_id.x_studio_order_type != 'Order'


What am I doing wrong? Any workaround?

Thank you!

Avatar
Descartar
Best Answer

Hi,


Please try the code below.


<field name="x_studio_so_line_notes_rel" optional="show" column_invisible="parent.project_id.active"/>


Hope it helps

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’ag. 25
1109
1
de nov. 22
3394
2
d’abr. 19
8471
1
de març 15
4352
1
de març 15
6809