Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3337 Zobrazení

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šit
Nejlepší odpověď

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šit
Nejlepší odpověď

Hi,

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

Hope it helps

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
5
zář 25
22344
3
srp 25
3269
1
kvě 25
3123
1
dub 25
4096
1
dub 25
4960