Skip to Content
Menú
This question has been flagged
3 Respostes
5528 Vistes

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
Descartar

Mr. Alex lazich

"nolabel" attribute only used in Form view.

Best Answer

Hi Alex ,
 

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


Avatar
Descartar
Best Answer

Hi,

please Try this

<tree>

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

</tree>

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de febr. 25
2543
1
d’oct. 23
1714
0
de nov. 24
944
2
de juny 20
11266
0
de nov. 19
3805