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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
            
                1
                
                    Rispondi
                
            
        
        
            
                7603
                
                    Visualizzazioni
                
            
        
    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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|  | 1 mag 16  | 4769 | ||
|  | 0 mar 15  | 3627 | ||
|  | 2 mag 24  | 9775 | ||
|  | 1 mar 15  | 5148 | ||
|  | 1 mar 15  | 4879 | 
