What is the use of Tags in Odoo 16 | Odoo 16 Enterprise Edition | How to Use Tags in Odoo 16 – CBMS Odoo ERP

This video is about on how to use tags in odoo16. Tags are fantastic identifiers that may be used in your various sales processes for rapid search, sorting, and future reference thanks to the Odoo platform’s Tags option. #odoo16enterprise #odootutorials #odoo16 Connect With Us: ——– ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Tags #Odoo […]

Advanced Views – Search View in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Odoo helps to filter out the particular record quickly. It will not only display, the content and is used to filter the content of other views rather than form view. This video shows about search view in odoo 16. Video Chapters 00:00 Introduction 00:46 Search View #odoo16 #odootutorials #odoodevelopment For More Videos Subscribe to our […]

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 Count Records Using Search Count in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

The search_count() method returns the number of records matching the search domain. This method accepts a search domain as its arguments. #odootechnicaltutorial Video Contents ————————- 00:15 Introduction 00:16 search_count function use case 00:36 using search_count function to show the number of records Syntax: Model.search_count(args) ? int Eg: self.search_count([(‘product_tmpl_id’, ‘=’, record.product_tmpl_id.id),(‘active’, ‘=’, True), ]) This returns […]

Difference Between Search and Browse in Odoo 15 | Odoo 15 Development Video| Search & Browse in Odoo – CBMS Odoo ERP

In this video, we are discussing the difference between the search() and browse() function in odoo15. The browse() method is used to return a set of records for the IDs passed as the parameter in the current working model. Video Contents 00:10 Introduction 00:40 Difference Between Search and Browse #odoo15developmentvideos This method accepts a set […]