İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
3323 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
5
Eyl 25
22198
3
Ağu 25
3251
1
May 25
3102
1
Nis 25
4073
1
Nis 25
4936