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

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.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 16
4371
0
mar 15
3233
2
maj 24
9162
1
mar 15
4519
1
mar 15
4194