Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
1182 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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)]}"/>



Hide column tree view | Odoo

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thanks, but I got it already and did it by putting context on its action.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 7 25
465
0
thg 12 24
1091
1
thg 8 24
2345
2
thg 7 24
1585
1
thg 7 24
1168