How to Generate an Automatic Invoice in the Odoo 16 Sales App

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

How to Fix the Common Errors in Odoo 16

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

How to Formulate Maine(USA) Sales Tax in Odoo 16 Accounting?

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

How to Extend & Patch Existing OWL Component in Odoo 15

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

How to Extend  Tree/List View in Odoo 16

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

How to Extend Models Using Mixin Classes in Odoo 16

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

How to Extend Field Widget in Odoo 16

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

How to Export & Import Your Data in Odoo 15 Sales Module

Odoo ERP, with its ultra modular and interconnected structure, makes it possible to coordinate and transfer the data with your company in a centralized manner. The advanced version of Odoo 15 makes your business more efficient and comfortable to manage your tasks in a reliable form. As in ERP, all the valuable data are stored […]

How to Export data in Odoo 13

Odoo, the open source ERP provides an integrated platform with a lot of features. One such feature is ‘export’. This feature enables in almost all modules of Odoo like sale, purchase, manufacturing, inventory, accounting and so on. The ‘export’ feature helps to export required data either in a CSV format or in an XLSX format. […]