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).
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
1
авг. 25
|
1109 | ||
|
1
нояб. 22
|
3396 | ||
|
2
апр. 19
|
8471 | ||
|
1
мар. 15
|
4353 | ||
|
1
мар. 15
|
6811 |