The document explains how to define related fields in Odoo 17 Enterprise using the 'related' keyword, which helps establish relationships between models and automatically fetch values from related model fields. It provides a syntax example for defining a related field and illustrates its usage with a student exam registration model. Related fields are typically read-only and not stored in the database, though they can be stored with specific attributes for performance improvement.
Related topics: