Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
3115 Prikazi

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
Opusti
Best Answer

Hi,

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

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


Thanks

Avatar
Opusti
Best Answer

Hi,

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

Hope it helps

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
avg. 25
2539
1
maj 25
2598
1
apr. 25
3570
1
apr. 25
4420
1
apr. 25
1881