Mixins are abstract models that provide useful features through inheritance. They do not have an actual representation in the database. Instead, they provide some set of features that can be mixed with other models. By default the Odoo addons provide several mixins, some of the commonly used mixins are, ‘mail.thread’, ‘mail.activity.mixin’, ‘rating.mixin’, etc. In this […]
Decorators allow you to modify the way a method behaves. Moreover, it allows us to extend the behavior of another function, or in short, it takes in a function and adds certain functionality to it, and then returns the function. This blog will describe method decorators in Odoo 13 The decorators in Odoo include the […]
In Odoo, the method decorators are used to do or add additional functionalities with the functions with which we have added the decorator. The method decorators are python functions defined in Odoo/api.py, which can be used with the other functions as wrapper functions. The method decorators in Odoo 15 are described below: api.onchange The onchange […]
Decorators can be used to update the method environment. It is helpful for extending the characteristics of a function or adding functionality to a process that has specific requirements. These decorators explicitly pass parameters to the method. This allows you to write functions smoothly and avoid complexity. There are many types of decorators used in […]
More than two data combine effortlessly into a single data set through the data merging process. It is necessary to find out raw data stored in worksheets, documents, and files. Odoo 15 Data Cleaning module provides a Merge action Manager feature to easily configure and merge your data. The data cleaning becomes a simple task […]
Odoo ERP is popular for its user-friendly platform and versatility. Odoo ERP can be personalized to any degree. This unique feature makes Odoo the best-suited tool for all your business needs. Like Odoo 13, Odoo 14 also has a Membership Management module. It is a key feature that will benefit many companies, business operations, and […]
Plastic payments have become an inevitable part of the operations in the world. Nowadays every store and business organizations accept all forms of card payments. As the world is moving to a digitized economy the card and online payment have a greeted advantage and usability across the world. Moreover, every bank account is providing debit […]
Making card payments on the purchase of goods and services are common in this era. The card payment may be made in sales transactions in order to transfer money for buying a service and/or goods. This is an easier and convenient method for people to carry and make payments rather than carrying cash notes and […]
Known for being the versatile pattern, Odoo ERP can be personalized to any degree, making it absolutely suited to the business needs you want. Odoo’s Membership Management is among such features, which can be personalized to the end user’s needs. Any process of membership management, however big or small they may be, can be easily […]
What is MPS in Odoo ERP? The master production schedule is a production forecasting mechanism focused on the forecasted demand. This functionality is only included in the enterprise edition. Typically manufacturers manufacture goods in bulk volumes. So to plan the production in an effective way, MPS can be used. This tool will calculate the demand […]