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.
신고된 질문입니다
1
회신
8562
화면
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
|
5840 | ||
|
|
0
3월 15
|
4675 | ||
|
|
2
5월 24
|
11388 | ||
|
|
3
10월 21
|
29224 | ||
|
|
1
3월 15
|
6366 |