What is Rec name in Odoo 15 | How to use it _rec_name | Odoo 15 Development Tutorials – CBMS Odoo ERP

In odoo for each record, there will have a display name that likes to look like that record name. #odootechnicaltutorials #odoo15videos Video Contents ————————- 00:00 Introduction 00:33 example 01:11 rec_name Also for many2one fields, it is shown that rec_name._rec_name is intended to define the record value used to display it in search for many2one and […]

How to Use name_search function in Odoo 15 | name_search in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to define a name_search function in Odoo and its use cases in Odoo development. 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 […]