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

Automation of Deferred Revenue in Odoo 16 | Odoo 16 Functional Video – CBMS Odoo ERP

When you create or edit an account of which the type is either Current Liabilities or Non-current Liabilities, you can configure it to defer the revenues that are credited on it automatically. #odoo16 You have three choices for the Automate Deferred Revenue field: #odootutorials #odoofunctionalvideos No: this is the default value. Nothing happens. Create in the draft: whenever a transaction is posted […]

Deferred Expense Management in Odoo 16 Accounting | Odoo 16 Functional Videos | Odoo Accounting Demo – CBMS Odoo ERP

Deferred expenses and prepayments (also known as prepaid expense), are both costs that have already occurred for unconsumed products or services yet to receive. #odooaccounting Such costs are assets for the company that pays them since it already paid for products and services still to receive or that are yet to be used. #odoo16 The company cannot report them on the […]

How to Raise Exceptions or Warning in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In some cases, you may want to inform the user and interrupt the program with an error message. #odooerrors #odoo16 VIdoe Chapters 00:00 Introduction 01:40 ValidationError 03:11 UserError 03:56 AccessError There are different type of exceptions that helps with this. They are ValidationError, UserError., AccessError, AccessDenied, etc… #odoodevelopment Here this video shows how to raise […]