I'm building a module and i wanted to know how we can override the default tree view for a Many2one field just for this module.
In fact, i'm planning to use the model 'res.partner' and i want that the tree view display only the name and not the email and tel. for my Many2one field (it's for store authors for a book and i don't want to display email and tel for editing this field).
