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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
1
srp 25
|
1114 | ||
|
1
lis 22
|
3397 | ||
|
2
dub 19
|
8471 | ||
|
1
bře 15
|
4356 | ||
Add a column to the "list view"
Vyřešeno
|
|
1
bře 15
|
6814 |