What is the Difference Between Search & Browse Methods in Odoo 17 | ORM Methods | Odoo 17 Videos – CBMS Odoo ERP

In this video, we explore the fundamental differences between the “Search” and “Browse” functionalities in Odoo 17. Whether you’re a new user or an experienced Odoo professional, understanding these differences is crucial for efficient data management and navigation within the platform. #Odoo17 #ORMMethods #OdooSearch #OdooBrowse #DatabaseManagement #OdooTutorial #CodingTips #TechGuide #BusinessSoftware #odootips Connect With Us: ————————————— […]

How to Count Records Using search_count in Odoo 16 | search_count() method in Odoo 16 – CBMS Odoo ERP

The search_count() method returns the number of records matching the search domain. This method accepts a search domain as its argument.Syntax: Model.search_count(args)? int #odoo16 #odootutorials Eg: self.search_count([(‘product_tmpl_id’, ‘=’, record.product_tmpl_id.id),(‘active’, ‘=’, True), ])This returns the set of records satisfying the domain conditions given as the arguments inside the model. #odoodevelopment #odoo #odoobeginers Connect With Us: ————————————— […]

ORM (Object Relational Mapping) in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

ORM – ORM(Object Relational Mapping) is a concept or technique which acts as a bridge between your programming language and your database. Object Relational Mapping helps to execute SQL queries without writing them explicitly. #odoo16videos #odoodevelopment 00:00 Introduction 01:21 Sorted Function 03:51 Filtered Function 05:23 Mapped Function Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: […]

How to Add a For Loop in Odoo 15 | Odoo Technical Videos | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we can discuss how to add a for loop in odoo. #odoodevelopmentvideos #odoo15videos #odoo15tutorials Video Content ———————— 0:00 Introduction 0:10 Compute Function 0:39 Showing the Singleton Error 1:11 Adding for Loop in Function Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Add #Loop #Odoo #Odoo #Technical #Videos […]

Odoo ORM Methods | Object Relational Mapping in Odoo15 | Basic ORM Methods – CBMS Odoo ERP

In this video, we are discussing basic Object-Relational Mapping(ORM) methods and their use cases in Odoo development. #odooorm #ormmethods #orm Connect With Us: ———————— ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Odoo #ORM #Methods #Object #Relational #Mapping #Odoo15 #Basic #ORM #Methods