Skip to Content
Menu
This question has been flagged

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
Discard
Best Answer

Hi,


Please try the code below.


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


Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 25
1128
1
Nov 22
3410
2
Apr 19
8492
1
Mar 15
4365
1
Mar 15
6822