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 […]
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 […]
In this video, we will be discussing how to create an Odoo map view. Odoo has a feature called the map view, which allows you to visualise all the records in your module on a map. #odoo16 With the map view, you can easily pinpoint the location of your partners and other records, making it an […]
In Odoo 16, the error message “Field does not exist” typically occurs when trying to access or manipulate a field that does not exist in the model or view definition. #odooerrors This can happen in various scenarios, such as when defining a domain or filter, creating a computed field, or trying to access a non-existent […]
In this Odoo 16 tutorial, you will learn how to define the labels or display names for your fields using the string attribute. #odoo16 #odoodevelopment #odootutorials The string attribute is used to give a name to a field that will be displayed in the user interface. It is a good practice to define the string […]
Customer relationship management is a vital part of any business nowadays where companies are trying new marketing methodologies and promotions to attract more customers. #odoocrm The company’s customer relationship management tools will do exactly that, helping your executives to be more attentive in business opportunity generation and sourcing leads from various areas of business. #crm […]
In this video, we are discussing how to add translation in a custom module and its use cases in Odoo 16 development. #odoo16 #odoodevelopment #odootutorials Video Chapters 00:00 Introduction 00:10 Exporting translation for custom module 02:20 Adding translation Odoo is one of the best ERPs available with advanced translation tools. The language translation in Odoo […]
This module explains the Contacts module in Odoo 16. Contact management is essential for any organization or business venture. #odoo16 #odoofunctionalvideos Managing contact with customers, vendors, sub-contractors and many other categories of people will be required to ensure the smooth operation of a business. With Odoo support we ease the contact management operation. Odoo 16 […]
This video explains the refund in the odoo 16 accounting module. Odoo makes it easy to return the products and goods which are already sold, thus keeping your customers closer. #odoo16 Video Chapters 00:00 Introduction 01:06 Create a Purchase order 02:29 Create Bill 04:01 Credit Note 05:01 Refunds #odooaccounting #odoofunctionalvideos The product return is the […]