Skip to Content
Menu
This question has been flagged
2 Replies
3123 Zobrazenia

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
Zrušiť
Best Answer

Hi,

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

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


Thanks

Avatar
Zrušiť
Best Answer

Hi,

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

Hope it helps

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
aug 25
2577
1
máj 25
2616
1
apr 25
3597
1
apr 25
4464
1
apr 25
1928