Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3147 Vistas

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
Descartar
Mejor respuesta

Hi,

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

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


Thanks

Avatar
Descartar
Mejor respuesta

Hi,

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

Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
ago 25
2670
1
may 25
2667
1
abr 25
3669
1
abr 25
4519
1
abr 25
1985