Reporting | Odoo Project & Timesheets – CBMS Odoo ERP

Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to generate valuable reports. Reports of planned versus effective hours, team performance, costs and revenues, among others. These insights influence decision-making processes and play an important part in internal and […]

Open HRMS Leave Request Aliasing | Open HRMS App | Odoo 15 – CBMS Odoo ERP

In this video, it describes about the feature of automation mail to create leave requests automatically using incoming mails for that employee on that particular date. #openhrmsapp Video Contents 00:42 Introduction 00:43 Leave request aliasing In every organization, the employees should send out the leave request to the respective managers before they have taken time […]

Open HRMS Employee Background Verification | Background Verification Management | Open HRMS App – CBMS Odoo ERP

When an employee is being hired, a background verification should be conducted, allowing the managers to understand the employee’s background. With the OpenHRMS Employee Background Verification module, the verification of the employees can be conducted effectively. ℹ️ App link: Visit our Web Page: Video Contents 00:40 Introduction to #openhrms 00:41 Verification Request 02:55 Verified This […]

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