Skip to Content
मेन्यू
This question has been flagged
2 Replies
3083 Views

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

Hi,

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

Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
3
अग॰ 25
2228
1
मई 25
2506
1
अप्रैल 25
3497
1
अप्रैल 25
4324
1
अप्रैल 25
1799