تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3130 أدوات العرض

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
أغسطس 25
2631
1
مايو 25
2653
1
أبريل 25
3639
1
أبريل 25
4502
1
أبريل 25
1966