Hi, I am using odoo11.
I have two models. The first model inherits from res.partner and has a custom field "code". The other model is a new one built from scratch (let's call it model_X), and has a many2one field referring to res.partner.
By default, in my form view for model_X, the dropdown related to the many2one field displays the description of the partner. I would like the "code" field to be displayed instead.
Is that possible? Thank you as always.
Daniele
See this, using name_get function: https://www.youtube.com/watch?v=-1r3WSwtqxQ