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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
            
                1
                
                    回复
                
            
        
        
            
                7602
                
                    查看
                
            
        
    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  | 4769 | ||
|  | 0 3月 15  | 3627 | ||
|  | 2 5月 24  | 9774 | ||
|  | 1 3月 15  | 5148 | ||
|  | 1 3月 15  | 4879 | 
