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 […]
By using the many2many fields many records of one model can be linked to many records of another model. #odoodevelopmentvideos Sometimes we may need to unlink all the records from a many2many fields at once. #odoomany2many There are some flags that can be used to update the many2many field. one of them is, (5)- which […]
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 […]
Here in this video, We are going to discuss how to add a new field to the kanban view in Odoo 15 #odoo15developmentvideos Video Contents ————————- 00:00 Introduction to Kanban View 00:48 Enabling Debug Mode 01:07 Adding the Field to Kanban View Odoo supports several views such as tree view, list view, kanban view, cohort […]
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 […]
There are some flags that can be used to one2many fields. #odoodevelopmentvideos (0, 0, { values }) link to a new record that needs to be created with the given values dictionary #odoo15tutorials (1, ID, { values }) update the linked record with id = ID (write values on it) (2, ID) remove and delete […]
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 […]
In this video we are discussing How to browse and search records from a model in odoo 15. Video Contents 00:06 Introduction 00:40 Searching and browsing a record The browse() method is used to return a set of records for the IDs passed as the parameter in the current working model. This method accepts a […]
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 […]
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 […]