Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
3129 Visualizações

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
Cancelar
Melhor resposta

Hi,

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

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


Thanks

Avatar
Cancelar
Melhor resposta

Hi,

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

Hope it helps

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
ago. 25
2631
1
mai. 25
2653
1
abr. 25
3639
1
abr. 25
4501
1
abr. 25
1966