Good day everyone,
I just want to ask how can I hide a field/column in a tree view of odoo 10 based on a condition or a boolean field value?
Thank you very much in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Good day everyone,
I just want to ask how can I hide a field/column in a tree view of odoo 10 based on a condition or a boolean field value?
Thank you very much in advance.
To hide a field in a tree view in Odoo 10 based on a condition or a boolean field value, you can use the attrs attribute in your XML view definition. Here’s an example of how you can achieve this:
<field name="your_field_name" attrs="{'invisible': [('boolean_field_name', '=', False)]}"/>If you want to hide the column, you can use
<field name="your_field_name" attrs="{'column_invisible': [('boolean_field_name', '=', False)]}"/>| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
2
7月 25
|
1646 | |||
|
0
12月 24
|
1865 | |||
|
1
8月 24
|
3200 | |||
|
2
7月 24
|
2469 | |||
|
1
7月 24
|
1955 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.