Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
3132 Vues

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
Ignorer
Meilleure réponse

Hi,

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

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


Thanks

Avatar
Ignorer
Meilleure réponse

Hi,

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

Hope it helps

Avatar
Ignorer
Publications associées Réponses Vues Activité
3
août 25
2632
1
mai 25
2653
1
avr. 25
3640
1
avr. 25
4503
1
avr. 25
1966