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

How to Execute SQL Queries in Odoo 14

This blog explains how we can execute SQL Queries directly in Odoo 14. Generally, we use Odoo ORM Techniques to perform SQL operations. In such cases, you don’t have to write queries explicitly. But in some situations, where their performance is a key consideration we have to execute SQL queries directly. This is because we […]

How to Execute SQL Queries in Odoo 15

Odoo uses ORM techniques that are easy to use and from the developer’s point of view, the ORM method is a quick one to use but from the user side, it may be a slow process. This will affect the user experience. But the SQL queries are faster than the ORM. So it is better […]

How to Enrich your Leads in Odoo 14 CRM

Attracting new customers and attaining them is the only way a company can grow. The companies should be thriving in this aspect of attaining customer contacts who will be potential and turn them into a reliable one. Further to say the promotional and advertising championships conducted by the companies should be focusing on these aspects. […]