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

using the following code in v16

<group string="Business Need">                        
<field name="business_need"nolabel="1"/>                   
group>

produces:


when removing the nolabel="1" it  shows properly but I would like to hide the field label and only use the group string


アバター
破棄
最善の回答

Hi,

By adding colspan="2" you can correct it.

group string="Business Need"                     
field name="business_need"nolabel="1" colspan="2"                  
group


Thanks

アバター
破棄
最善の回答

Hi,

You just need to remove the group tag to get the output as you require.

Hope it helps

アバター
破棄
関連投稿 返信 ビュー 活動
3
8月 25
2665
1
5月 25
2664
1
4月 25
3666
1
4月 25
4518
1
4月 25
1984