Hi everyone,
I want to be able to hide certain columns in project.task.list:
This works:
But nothing else works:
I want to keep the column hidden if project_id.x_studio_order_type != 'Order'
What am I doing wrong? Any workaround?
Thank you!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi everyone,
I want to be able to hide certain columns in project.task.list:
This works:
But nothing else works:
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
You need a Python expression that doesn't rely on subtree values (so parent values).
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
8月 25
|
1114 | ||
|
1
11月 22
|
3396 | ||
|
2
4月 19
|
8471 | ||
|
1
3月 15
|
4355 | ||
|
1
3月 15
|
6812 |