Related Fields in Odoo — a practical guide to Odoo related fields with clear examples you can reuse in real projects.
Odoo Tutorial Series (25/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Related fields can be stored; they still depend on the path staying valid.
Related
partner_email = fields.Char(related='partner_id.email', store=True)