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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
7144
화면
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
|
4432 | ||
|
0
3월 15
|
3305 | ||
|
2
5월 24
|
9303 | ||
|
1
3월 15
|
4619 | ||
|
1
3월 15
|
4299 |