Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3108 Vizualizări

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


Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

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

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


Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

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

Hope it helps

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
aug. 25
2467
1
mai 25
2583
1
apr. 25
3547
1
apr. 25
4393
1
apr. 25
1853