Skip to Content
Menú
This question has been flagged
1 Respondre
7279 Vistes

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.

Avatar
Descartar
Autor Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de maig 16
4549
0
de març 15
3388
2
de maig 24
9434
1
de març 15
4765
1
de març 15
4444