This question has been flagged
3 Replies
4168 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