跳至內容
選單
此問題已被標幟
2 回覆
138 瀏覽次數

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!

頭像
捨棄
最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 25
1109
1
11月 22
3396
2
4月 19
8471
1
3月 15
4353
1
3月 15
6811