Quelli non li ho proprio modificati, volendo cambiare solo il nome di un campo..li posto cmq qui
{
    'name' : 'InheritedObject',
    'version' : '1.0',
    'description' : """This is an example to show how can you inherit from res.partner to change the view, with a new textual field""",
    'depends' : ['base'],
    'init_xml' : [], 
    'update_xml' : ['view.xml'],
    'demo_xml' : [],
    'active' : False, 
    'installable' : True, 
}