跳至內容
選單
此問題已被標幟
1 回覆
7116 瀏覽次數

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
5月 16
4412
0
3月 15
3283
2
5月 24
9234
1
3月 15
4563
1
3月 15
4248