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

How to Show Warning/Error Messages in Odoo 16 | Odoo Development Tutorial – CBMS Odoo ERP

In Odoo error/warning messages are used to prevent the execution of a running program. This video discusses how to show an error or warning message in Odoo16. In Odoo there are different types of exceptions. Some of them are Validation Error Access Denied Access Error User Error #odoodevelopment #odoodeveloper #odooerrors Connect With Us: —————— ➡️ […]

What Is the Use of api.onchange in Odoo15 | @api.onchange Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Video Contents 00:15 Introduction 00:45 Define an onchange function The function of this decorator will be called when the field value changes. Moreover, it supports only single field […]