Difference Between Search & Browse Methods in Odoo 16 | ORM Methods | Odoo 16 Development Tutorials – CBMS Odoo ERP

Search and browse are commonly used ORM Methods that return a set of records based on our requirements. In the search method, we can return the records based on the conditions that we apply. #odooorm Video Contents 00:00 Introduction 00:40 What is the search method 04:14 Browse Method The browse method is used to return […]

How to use _name_seach function in Odoo 16 | Odoo 16 Technical Videos | Name Search Function in Odoo – CBMS Odoo ERP

Name search function is an Odoo ORM method that is responsible for searching specific records by some field values in a relational field. #odootutorials This video discusses how to use name_search() method in Odoo16 and its use case in Odoo development. #odoodevelopment #odoo16 Connect With Us: —————————- ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ […]

How to Optimize SEO in Odoo 15 Website | How to do Search Engine Optimisation (SEO) in Odoo 15 – CBMS Odoo ERP

In this video, it details how the optimization has been done on Odoo 15 Websites. #odootutorials #odoo15functionalvideos Search Engine Optimization (SEO) is a set of good practices to optimize your website so that you get a better ranking in search engines like Google. In short, a good SEO allows you to get more visitors. #odoo15enterpriseedition […]

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 […]

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 […]

How to Add a Filter in Odoo 15 Custom Module | Odoo 15 Tutorial | How to Create Search View in Odoo – CBMS Odoo ERP

When you have large quantities of data, filters are required to make the system more user-friendly. It helps the user to filter data based on their choices. Odoo offers filter support by default for filtering data. #odooviews #odoo15developmentvideos Video Contents 00:10 Introduction 01:00 Add a filter in Search View However, we may need to customize […]

How to Define a Search View in Odoo15 | Advanced Views in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to define a search View in odoo15 and its use cases in odoo development. #searchviewinodoo Odoo’s search view is perhaps the most popular. It helps you to easily search, filter, or group data based on a condition to get the information you need. #odoodevelopment We will develop a […]