In this video, will discuss how the Sign module in Odoo uses these advantages and helps to design a digital signature in signing and approving documents online. #odoo15sign The Odoo sign module will help the user to: – Ease the signing process better than ever – Build a paperless environment within a company – Conserve […]
One of the vital aspects of office administration is Notes, and it is a transfer of information. Individuals forget many things in the busy world, and Notes act as a reminder to catch details easily. #odoo15notes Video Contents ———————— 00:00 Introduction 00:54 How to Create Notes 02:35 Add Button 04:27 Schedule Activity A practical Note […]
The important aspect of event management is to manage and track the number of attendees with respect to each event. #odoo15event Video Contents ———————— 00:00 Introduction 00:52 Choose an Event & Goes to Attendees Menu 01:28 How to Export Attendees Details Here Odoo platform allows its user to track and manage the various attendees of […]
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 […]