Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3342 Visualizzazioni

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
Abbandona
Risposta migliore

Hi,

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

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


Thanks

Avatar
Abbandona
Risposta migliore

Hi,

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

Hope it helps

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
5
set 25
22411
3
ago 25
3277
1
mag 25
3146
1
apr 25
4114
1
apr 25
4969