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

Odoo 15 Dashboard | Odoo 15 Enterprise Edition | Odoo 15 Functional Tutorials – CBMS Odoo ERP

This video details about Odoo 15 Dashboard module. A dashboard is defined as a decisive menu, where all the information regarding the company operation is shown under one screen and can add customized menus from different modules providing one complete insight into the company operations by looking at their menu. #odoo15dashboard #odoo15functionalvideos Video Contents ————————- […]

How to Create Dashboard in Odoo 15 | How to Create Odoo 15 Dashboard Using Python and XML Files – CBMS Odoo ERP

This Video discusses Reporting dashboard in Odoo 15. It helps to create a dashboard using python and XML files, which comprises a graph, tree, pivot, and calendar view. #odooxml Video Contents ————————- 0:00 Introduction 0:44 Menu Item for dashboard 2:01 Menu action 4:47 Board view 8:20 Dashboard View 9:01 Graph View 12:38 Adding graph view […]