Active_id indicates a record to be active, it provides the ID of that particular record. Here it explains how to get that active_id in odoo. #active_id #Odoo #Active_ID #Odoo #Development #Odoo #Videos
In some cases, we want to change the attributes of the existing field in odoo. Here, it explains how it works. #Rewrite #Existing #Field #Odoo
In some conditions, we want to translate the content of some records to other languages. Odoo we can easily translate text strings in one language to another language without any extra customizations. This video explains how to translate a field in odoo. #Odoo #Field #Translatable #Odoo
In odoo,we may need to load demo data to our custom modules. Here, In this video we discuss about how to load demo data through XML #odoocustommodule #odoodemo #odooxml #Add #Demo #Data #Module #Load #Demo #Data #Odoo
In odoo, we can change the string of an existing field based on our requirements. In this video, it explains how we can do this. #odootechnicalvideos #odootutorials #Change #String #Existing #Field #Odoo
In this video, we discuss the difference between search() and browse() in odoo and their use cases. #odooorm #ormmethods #odoovideos #Difference #Search #Browse #Odoo #search #browse #Odoo #ORM #Methods
If a method has more than one super method and doesn’t want to execute any functionalities of those super methods, then we can override all super methods of that method. #odoo14 #overridemethods #odootechnicalvideos #Override #Super #Method #Odoo #Odoo
In Odoo, we can schedule activities or planning of tasks based on a model.In some cases, we need to plan activities based on each record or data.Here ,in this video it describes how to schedule an activity within each form view in Odoo. How to schedule activity How to schedule activity in Odoo 14 Schedule […]
These are the flags that are used for updating Odoo Many2many field. (0, 0, { values }) link to a new record that needs to be created with the given values dictionary (1, ID, { values }) update the linked record with id = ID (write values on it) (2, ID) remove and delete the […]