Readonly is used to make a field non-editable. We can make a field readonly either by using Python or xml. #odoo16 In python we can make a field readonly by setting its attribute readonly to True in the field definition and in XML by giving readonly as 1 we can make a field readonly. #odoodevelopment #odootutorials […]
In this video, it explains about computed fields, In some cases, we need some fields whose Computation, is based on some other ones. #odootutorials #odoo16videos Odoo Provides a solution for it ie, Computed Fields.It is just like any other regular field along with an additional argument compute which can be stored directly from the database. […]
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 […]
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 […]
In this video, we are discussing how to define a computed field in a model and its use cases in odoo 14. #odoo14 #odoovideos #odoofields #Define #Computed #Field #Odoo