Using Odoo as a business management ERP software, a company can easily manage, function integrally and clearly with all its other departments. Odoo features applications like Sale, Purchase, Accounting, Inventory, manufacturing etc will help for a company’s smooth functioning. The business starts with a lead. A lead is the first step to business which may […]
As a part of customer service programs in a company, it is essential to provide an adequate platform for customers where they can ask questions and submit complaints related to the product and services that the company offers. Needless to say, finding solutions for queries and complaints from customers and providing necessary support for them […]
The tax paid to a government body for selling certain services and commodities is referred to as a Sales tax. Most sales tax is applied to the cost of goods/services at retail stores in the US, and it varies based on locality. Around 45 states in the US cover the sale taxes, and five states […]
The process of configuring invoice process for a customer is known as Automatic Invoice. Customer invoicing is a crucial part of most business processes when selling a product or service. A customer gets notified about product details such as price, quantity, and more from an invoice. It is easy to know the total cost of […]
The convenient method to collect tax revenue is retail sales tax in the US. Compared to complex purchase and income tax rates, sales tax is convenient to recognize. Local sales tax exists in some states for consumers in addition to state sales tax. The states that cover the highest tax rates are Washington, Tennessee, Mississippi, […]
In this blog, we will discuss the common errors we faced in Odoo 16. Various types of problems occur while customizing or building a module. Let’s discuss the reasons for the error and how to fix it. The errors are, 1. AttributeError: ‘_unknown’ object has no attribute ‘id’ This mistake can occur for a number […]
A mixin refers to a class that provides method implementations that can be reused. Mixin classes allow you to add or modify fields, methods, and behaviors in models without directly altering the base models. Mixin classes have become an essential tool for developers to extend existing models. In this blog, we’ll explore what mixin classes […]
In Odoo, the List/Tree view is used to view all records in the form of a table. Each row represents a unique record in the database, and each column represents the important fields of that model. By using tree view, we have the option to search, filter and group the records. Basically, the default list […]
In this blog, we are discussing Extending and patching an existing owl component. Odoo 15 uses the JS Framework called OWL to inherit any component in Odoo JS. In a real-time scenario, we need to modify or change some functionalities in a patch. Sometimes, we need to customize the way the UI works. Many common […]
Odoo provides a wide range of field widgets to display different types of data in the user interface. However, there may be cases where you need to customize an existing field widget or create a new one to meet your specific needs.ExampleLet’s create a custom boolean field widget called boolean_badge. This widget will display a […]