I am looking to hide a column's label when in list view, both when I look at a list view on a page and in a form view. The nolabel field attribute doesn't seem to work on list views.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am looking to hide a column's label when in list view, both when I look at a list view on a page and in a form view. The nolabel field attribute doesn't seem to work on list views.
Hi Alex ,
<tree>
<field name="state" string=" "/>
</tree>
Hi,
please Try this
<tree>
<field name="your_field" string=" " />
</tree>
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
2月 25
|
2531 | ||
|
1
10月 23
|
1709 | ||
|
0
11月 24
|
942 | ||
|
2
6月 20
|
11263 | ||
|
0
11月 19
|
3805 |
Mr. Alex lazich
"nolabel" attribute only used in Form view.