Sometimes we may need a better understanding of data changes over a specific time frame. Video Contents 00:00 Introduction 01:02 Creating a Menu and Action 02:02 Creating View for Cohort In Odoo we can make use of cohort view for this kind. Cohort view will give the report of data changes that took place over […]
The Project module in Odoo15 is suitable to manage all types of projects and project-related activities in a smooth manner. #odoo15project Video Contents ————————- 00:00 Introduction to Odoo 15 Project 00:19 Dashboard Analysis 01:24 Create Project From the Dashboard 03:39 How to Create a New Project From Configuration 04:22 Settings Tab It is easy to […]
This video will discuss the easy steps to record time in the Odoo Timesheets module. The Timesheet module in Odoo provides a dynamic platform for the users to record the time over a project or task. #odoo15timesheet Video Contents ————————- 00:48 How to Record Using a Timer 02:00 Adding Timesheet Manually For the billable type […]
An abstract is a generic model that implements some feature that can then be inherited by a regular model. Video Contents ———————— 00:00 Introduction 00:50 Creating an Abstract Model 01:17 Checking the Model in Odoo and Pg Admin 03:08 How to Use Abstract Model Methods and Fields in the Regular Models Sometimes, there is a […]
In this video, we will discuss about project privacy in the Odoo 15 Project Management module. #odoo15project Video Chapters ———————— 00:00 Introduction 00:18 Create Project 01:27 Setting Visibility – Invited Employees 02:33 All Employees 04:03 Invited Portal Users and All Employees The Odoo Project management module provides a flexible platform for the effective management of […]
In this video, we will discuss how to record timesheets on the tasks field services in Odoo. The time recording feature available in the Odoo Field Service module is beneficial for the authorities to get accurate information about the timesheets of each employee on each task. #odoo15fieldservice Video Contents ————————- 00:00 Introduction 00:26 Goes to […]
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 […]
In odoo for each record, there will have a display name that likes to look like that record name. #odootechnicaltutorials #odoo15videos Video Contents ————————- 00:00 Introduction 00:33 example 01:11 rec_name Also for many2one fields, it is shown that rec_name._rec_name is intended to define the record value used to display it in search for many2one and […]
OpenERP attendance management is linked with the Human resource management module. #odoo15attendance Attendance Management allows you the details of every employee who logged in to your office. #odoo15functionalvideos #odoo15tutorials Video Contents ————————– 00:00 Introduction to Odoo 15 Attendance Management 00:30 Goes to attendance module 00:55 Enabled the employee pin 01:12 Kiosk mode 01:57 Goes to […]