How to Define a Computed Field in Odoo 15 | Odoo Development Tutorial | Computed Field in Odoo – CBMS Odoo ERP

Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. #odoo15developmentvideos Video Contents 00:00 Introduction 00:27 Example 00:52 Compute Field Which can be stored directly and retrieved directly from the database. One of the common examples for the usage […]

How to Define Compute Fields and Compute Functions in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]