Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7018 Vizualizări

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.

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mai 16
4342
0
mar. 15
3224
2
mai 24
9121
1
mar. 15
4504
1
mar. 15
4166