Description:
Related fields in Odoo are used to show the value to a field from another model field. By default, the related field values are not stored in the database. To store such values we have to add the store attribute and set it to value as True. Similarly, we can also remove the related attribute of a field and change it to a normal field.