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
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 […]
In this video we will discuss how to use sql constrains in odoo. SQL constraints are defined through the model attribute _sql_constraints. The latter is assigned to a list of triples of strings (name, sql_definition, message), where name is a valid SQL constraint name, sql_definition is a table_constraint expression, and message is the error message. […]
These are the flags that are used for updating Odoo One2many 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 […]
_rec_name is intended to define the record value to display it in search for many2one and other cases #Odoo #Odoo14 #OdooTechnical #Odoo14Technical #REC #Odoo #Odoo #Technical #Video