コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
5538 ビュー

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.


 

アバター
破棄

Mr. Alex lazich

"nolabel" attribute only used in Form view.

最善の回答

Hi Alex ,
 

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


アバター
破棄
最善の回答

Hi,

please Try this

<tree>

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

</tree>

アバター
破棄
関連投稿 返信 ビュー 活動
2
2月 25
2556
1
10月 23
1720
0
11月 24
955
2
6月 20
11270
0
11月 19
3808