Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
5514 Vistas

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.

Mejor respuesta

Hi Alex ,
 

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


Avatar
Descartar
Mejor respuesta

Hi,

please Try this

<tree>

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

</tree>

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
feb 25
2527
1
oct 23
1707
0
nov 24
940
2
jun 20
11261
0
nov 19
3805