Skip to Content
Menu
This question has been flagged
3 Replies
4608 Views

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.


 

Avatar
Discard

Mr. Alex lazich

"nolabel" attribute only used in Form view.

Best Answer

Hi Alex ,
 

<tree>
    <field name="state" string="  "/>
</tree>


Avatar
Discard
Best Answer

Hi,

please Try this

<tree>

    <field name="your_field" string="&#160;" />

</tree>

Avatar
Discard
Related Posts Replies Views Activity
1
Oct 23
684
0
Nov 24
85
2
Jun 20
10043
0
Nov 19
2509
8
Apr 23
67882