Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3138 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à
3
ago 25
2644
1
mag 25
2664
1
apr 25
3660
1
apr 25
4515
1
apr 25
1980