I have many2one field with relation to res.partner
The current setting is to return partner address after selecting partner and i have plan to add the phone number also. How can i do that?
The current code is :
....field name="x_partner" invisible="maintenance_team_id not in []" context="{'res_partner_search_mode': 'customer', 'show_address': 1}"/...