Im working on a extension for the res.partner model, so, now i'm trying to change the _rec_name because i've added a computed field who bring me more info than just the name of the partner.
It's possible to override the _rec_name of the res_parner, or i have to override an specific function from res_partner?