Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3329 Widoki

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


Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

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

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


Thanks

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

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

Hope it helps

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
5
wrz 25
22241
3
sie 25
3257
1
maj 25
3105
1
kwi 25
4076
1
kwi 25
4942