跳至內容
選單
此問題已被標幟
2 回覆
3133 瀏覽次數

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
2632
1
5月 25
2654
1
4月 25
3642
1
4月 25
4504
1
4月 25
1967