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

How to Create a New Approval Request in Odoo 15 Approval Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

The process of approval can be sometimes tiresome, you will have to visit different departments to get the approval validated. #odoo15approval Video Chapters ————————- 00:00 Introduction 01:02 How to create an Approval request 02:57 Add Approvers 03:50 Attach Documents This will consume a lot of time and might also cause a delay in executing the […]

How to Set Organization Chart in Odoo 15 Employee Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

This video explains the Organisation Chart in the Employee module – how it will display and how to set it? An organization chart is a graphical description of the roles and structure within an organization. #odoo15employeemodule Video Contents 00:00 Introduction 00:35 Goes to Appstore and Installed Hr Org Chart 00:49 Goes to Employee Module 00:58 […]

Odoo 15 Approval Module | Odoo 15 Enterprise Edition | Odoo 15 Functional Tutorial – CBMS Odoo ERP

To increase the productivity of the organization it is necessary to enhance the efficiency of the procedures involved. In an organization, every decision requires approval from the authority. #odoo15approval Video Contents 00:00 Introduction 01:01 Goes to Module 01:39 Configuration – Approval Types 01:55 Analysing Approval Types 03:30 My Request 04:00 How to Create Approval Request […]

How to Create and Manage Surveys With Odoo 15 Survey Module | Odoo 15 Functional Tutorial – CBMS Odoo ERP

In this video, it details about how to create and manage surveys in Odoo 15 Survey module. Surveys play a considerable role in generating more efficiency in business management. #odoo15survey Video Contents 00:42 Introduction to Odoo 15 Survey Module 01:54 How to Create Survey in Odoo 15 02:29 How to Add Question and Section 09:45 […]

How to Create Certification Questions in Odoo 15 eLearning |Odoo eLearning| Odoo Functional Tutorial – CBMS Odoo ERP

The Odoo eLearning platform provides you with an exclusive analysis method that will allow you to test your student’s progress and achievements. #odoo15elearning Video Chapters 00:00 Introduction 00:37 Goes to Certification Survey Creation 01:48 Analyse Question Types – Multiple Line Text Box 03:36 Single-line Text Box 04:37 Numerical Value 05:13 Multiple Choice, Only One Answer […]