Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
7015 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
трав. 16
4340
0
бер. 15
3224
2
трав. 24
9120
1
бер. 15
4501
1
бер. 15
4158