Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
3170 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
серп. 25
2751
1
трав. 25
2705
1
квіт. 25
3693
1
квіт. 25
4553
1
квіт. 25
2006