In this video, we are discussing How to define compute fields and compute functions in odoo15 and its use cases in odoo development.
#odoo15developmentvideos
In Odoo, sometimes we may require special types of fields having values calculated from other fields. We may require calculated values from the same records or in the related records.
#odoo15technicalvideos
One of the common examples of the usage of such fields is calculating the total amount that is calculated by multiplying the unit price of the product by quantity. #odoo15videos
So instead of reading a database stored value, we can also calculate the values for the fields by a function in Odoo. In Odoo models, we can achieve this by the use of computed fields.
Connect With Us:
————————
➡️Website:
➡️Email : info@cybrosys.com
➡️Twitter:
➡️LinkedIn:
➡️Facebook:
➡️Instagram:
➡️Pinterest:
#Define #Compute #Fields #Compute #Functions #Odoo15 #Odoo #Development #Tutorials