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 Odoo 16, an abstract model refers to a special type of model that serves as a template or base for other models to inherit from. #odoo16 It is not meant to be instantiated or used directly as a standalone model, but rather as a building block for creating new models with shared attributes and […]
Multiple companies are set up in an organization using a centralized management system. Overall management process becomes easy by balancing the company data. #odooaccounting The initial setting of a firm is vital to maintain all accounting transactions. Using ERP software, we can smoothen the workflow of business transactions. #odooenterprise Odoo 16 Accounting module ensures users […]
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 […]
For any accountant, an important task is to match the batch payment with the bank statement. As different payment methods are used for making the batch payment the accounts wing has to take extra effort to coordinate different payment methods and link payment with the bank statement. #odooaccounting With Odoo support, a user can easily […]
This video discuss on the name_get() method in Odoo and it’s use case in Odoo development.In Odoo ERP whenever we make a quotation, sale order, or in any case when we type a product name, we can see the suggestion of products shown in a dropdown list. #odoodevelopment In this list, product names are preceded […]
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 […]