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).
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
sie 25
|
1113 | ||
|
1
lis 22
|
3396 | ||
|
2
kwi 19
|
8471 | ||
|
1
mar 15
|
4354 | ||
Add a column to the "list view"
Rozwiązane
|
|
1
mar 15
|
6812 |