How to Use name_get() function in Odoo 15 | name_get() in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to define a name_get() function in odoo 15 and its use cases in odoo development Video Contents ———————— 0:00 Introduction 1:10 Define a name_get function In Odoo ERP whenever we make a quotation, sale order, or in any case when we type a product name, we can see […]

How to Super Create/Write Functions in Odoo | Odoo 15 Technical Videos – CBMS Odoo ERP

This video describes how to call a super function to create and write functions in odoo. Which helps to override the default function of create and write. Also, @api.model decorator can be used for this. after calling @api.model decorator which defines a function and passes the values for create/write Video Contents ————————- 0:00 Introduction 0:22 […]

How to use _name_seach function in Odoo | Name Search Function in Odoo | Odoo ORM Methods – CBMS Odoo ERP

Name search function is an odoo ORM method that is responsible for searching the specific records by some field values in a relational field. This is used for example to provide suggestions based on a partial value for a relational field. #odooorm #odootechnicalvideo #odoodevelopmentvideos #odoo #odoo14 #odootechnical #odoo14technical #_name_seach #function #Odoo #Search #Function #Odoo #Odoo […]