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

Hi, is it possible to possible to change the column header string in the one2many field display though the xml. I would like to do this this i can use the same field at multiple places where only the column header string differs.

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Found it myself, just define the tree view and use the string attribute for the field.

eg. if abc is a one2manyfield with the label of employee_id needed to be changed then in the xml

  <field name="abc">
    <tree>
    <field name="employee_id string="Volunteer Name"/>
    </tree>
  </field>

This will display the header as Volunteer Name

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مايو 16
4331
0
مارس 15
3222
2
مايو 24
9117
1
مارس 15
4494
1
مارس 15
4151