Hello I am trying to show a field of my foreign key on my tree. for example
<tree string="Course Tree">
<field name="responsible_id.partner_nit"/> <!-- This is the field that I want to show. -->
</tree>
Note: this is inside a record where the model is "session" but "responsuble_id" is a Many2one relationship whit "res.partner"
I can't find a form for this. Thank yout for all the help