In Odoo, you can make a field read-only through Python code or XML views, depending on where you want to enforce the read-only behavior. When you set the readonly attribute to True in Python, it makes the field read-only across all views where it’s used. Conversely, when you set readonly=”1″ in XML views, it makes […]
Odoo supports several fields for better data handling with specific options for each type. The fields can be categorized into 3 types: Simple Types, Relational, and Functional Types. #odoo16videos Simple Types are Integer, Char, String, etc. Relation Types represent the relations between objects like Many2one, One2many, and Many2many. Functional fields are not stored in the […]
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 can discuss how to make a field storable. #odoodevelopmentvideos #odoo15tutorials Video Contents ————————- 0:00 Introduction 1:45 Compute Function 2:00 Providing Store= True for Field 2:31 Checking the Working #odoo15technicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Field #Storable #Odoo #Odoo #Technical #Videos #Odoo #Development #Tutorials
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 discuss defining default values for fields in odoo 15 by different methods. #odoo15development In odoo Sometimes we need to set a specific value for a field based on conditions. It can be possible using different methods, we can add specific value within the field using default and also by declaring default […]
In this video, we are discussing different model fields in odoo and their use cases in odoo development. #odootutorials #odoodevelopment #fieldsinodoo #Model #Fields #Odoo #Odoo #Fields #Tutorial #Odoo #Development #Videos