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).
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
ago 25
|
1109 | ||
|
1
nov 22
|
3394 | ||
|
2
abr 19
|
8471 | ||
|
1
mar 15
|
4352 | ||
Add a column to the "list view"
Resuelto
|
|
1
mar 15
|
6809 |