author

How to Setup Automatic Invoice in Odoo 16 Sales App | Odoo 16 Functional Tutorials – CBMS Odoo ERP

This video explains the automatic invoicing in odoo 16. The scheduling of invoices to be issued automatically at a predetermined date and time is known as automated invoicing. This can be set up by business owners using online invoicing packages. On the other hand, one-time invoices can be easily issued manually from mobile devices without […]

Traditional Class Inheritance in Odoo 16 | Odoo 16 Development Tutorials | Inheritance in Odoo 16 – CBMS Odoo ERP

In traditional class inheritance, you create a new class that inherits from an existing Odoo model or class. The new class inherits all the fields, methods, and behavior of the original class and allows you to add, override, or modify them as needed. #inheritance This way, you can customize the functionality of an existing model […]

Odoo 16 Timesheets Demo | Overview of Odoo V16 Timesheet Module | Odoo 16 Enterprise Edition – CBMS Odoo ERP

Odoo 16 Timesheet module is a comprehensive tool designed to streamline time tracking and reporting within the Odoo ERP system. #odoo16 It allows users to easily create timesheets, record time spent on tasks and projects, and track employee productivity. The module provides intuitive features for managing timesheets, including timesheet validation, approval workflows, and integration with […]

How to Set Access Rights in Odoo 16 Purchase App | Odoo 16 Functional Tutorials – CBMS Odoo ERP

This video explains the access rights in the Purchase module of odoo 16. The access rights can be defined for all module categories and applications installed in the database. #odoo16 Video Chapters 00:00 Introduction 00:11 Go to the settings module 00:26 Open user 01:05 Open purchase module 01:13 Enable purchase order approval 01:45 Login as […]

Manage Quality Checks & Quality Alerts in Odoo 16 Quality App | Odoo 16 – CBMS Odoo ERP

Before the product reaches the consumer, the company performs numerous processes to confirm the material’s quality. #odoo16 Video Chapters 00:00 Introduction 00:13 Creating Quality Team  01:21 Quality Control Points 02:49 Creating Sales Quotation 04:36 Change types of quality check 05:11 Control point with different quality check types A successful sale is guaranteed by quality standards, […]

How to Request Down Payment in Odoo 16 Sales App | Odoo 16 Functional Videos – CBMS Odoo ERP

A cash payment that occurs at the beginning of a purchase transaction is a down payment. It allows customers to produce purchase payments for short or long-term periods. #odoo16 One of the benefits of a down payment is the lower interest rate available for customers. Most companies added down payments for wholesale or retail operations […]

How to Convert a Website Visitor Into Leads in Odoo 16 CRM? | Odoo 16 CRM Tutorials – CBMS Odoo ERP

Having leads is the major step in any business process. This will help in determining with whom business should be done and with whom marketing should be continued. #odoo16 #odootutorials In Odoo, leads can be generated from all aspects. As the module is integrated with other modules, the information from the website module can be […]

How to Solve Singleton Error in Odoo 16 | Odoo 16 Technical Videos | How to Resolve Singleton Error – CBMS Odoo ERP

A singleton error refers to an issue that occurs when attempting to create multiple instances of a class or object that is designed to have only one instance throughout the lifetime of an application. #odoo16 #odoodevelopment Singletons are commonly used in software development to ensure that there is only one instance of a particular object […]