In this video, we’ll discuss how we can change the related field to a normal field. #odoo14 #odoofields 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 […]
In Odoo fields defined with related to another field, values are not automatically stored in the Odoo database. A column will not be allocated for such fields. In order to store such a field in our database, we have added an extra argument store within the field definition. So, in this video, we’ll be describing […]