跳至内容
菜单
此问题已终结
2 回复
3105 查看

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


形象
丢弃
最佳答案

Hi,

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

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


Thanks

形象
丢弃
最佳答案

Hi,

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

Hope it helps

形象
丢弃
相关帖文 回复 查看 活动
3
8月 25
2458
1
5月 25
2578
1
4月 25
3541
1
4月 25
4389
1
4月 25
1851