Hello,
I am customizing the Project module in Odoo 8. I have an unused field called "Initially Planned Cost" which i renamed as "Exceeded Hours".
I have inherited the view in my new module's xml file as below:
<field name = "planned_hours" position="after">
<field name = "planned_cost" string = "Exceeded Hours">
</field>
....
Now i see the change in the Form view.. i.e. "Exceeded Hours" but I do not see this in the Graph view.
This field is shown as a measure.
Could you let me know how/ whether i can change the name of the measure.. and where.
Thanks for your help!
Annette