I've a class with two many2one that point to the some class relation. I need to show the data in the many2one in two different way. Example: my many2one fields relation is res.partner.I need to show tha partner name in the first m2o and city-state in the second one. It's possibile?
I can't use name_get because it work on all the class relations.