İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
3090 Görünümler

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


Avatar
Vazgeç
En İyi Yanıt

Hi,

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

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


Thanks

Avatar
Vazgeç
En İyi Yanıt

Hi,

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

Hope it helps

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Ağu 25
2304
1
May 25
2538
1
Nis 25
3510
1
Nis 25
4343
1
Nis 25
1818