How to Plan & Access  Barcode Naming in Odoo 16 Inventory

A business inventory system can be made faster and easier with the use of a barcode inventory system. Scannable barcodes on specific items are the basis of computerized inventory systems. The machine reads the information associated with the barcode after scanning it with an Odoo barcode scanner. Then, this data was managed by a particular […]

How to Plan a Task in Odoo 16 Field Services

Odoo Field Services is a full-featured software package that offers a vast array of features and procedures to assist in managing the end-to-end operations of any kind of task. Odoo Field Service is a collection of service management solutions designed to efficiently manage and track a variety of onsite fieldwork and services, such as different […]

How to Periodically Assign Leads Based on Rules in Odoo 16 CRM

A person or business showing concern for the company’s services or products is a lead, acting as an unqualified sales opportunity or the beginning point of a record in a CRM. Entrepreneurship is run by salespeople, sales teams, managers, and other employees. It is possible to assign leads for a sales team or person per […]

How To Patch Existing OWL Component in Odoo 16

In Odoo 16, the OWL framework is used to create web interfaces for different Odoo modules. Sometimes, you may need to modify the behavior of an existing OWL component without having to override it completely. To achieve this, you can use the “patch” method provided by the OWL framework. In this blog, we will learn […]

How to Override Existing Security Groups in Odoo 15

Security is a very important thing in every organization, we can create security groups while creating a module. For some situations, we need to add more security groups other than the security group that already exists. In this blog, we can briefly explain how to override existing security groups in Odoo 15. We can take […]

How to Override Existing Security Groups in Odoo 13

While making custom modules, sometimes the need arises to create a new security group along with the existing groups or change the behavior of some existing groups. We will discuss both of these cases in this blog. Let us look into the attendance module for this, currently, the attendance app has 3 user roles. In […]

How to Override Create, Write, & Unlink Methods in Odoo 16

Odoo is a robust open-source business application suite that provides a wide range of functionalities for various business operations. One of its key features is the ability to customize and extend its functionality to suit specific business needs. In this blog, we will explore how to override the create, write, and unlink methods in Odoo […]

How to Override an Existing Controller in Odoo 16

Controllers are used in Odoo to develop front-end modules. Backend modules are linked to the Controllers. We can modify the programming logic or add new logic to the existing program by making modifications to the base class using the overriding property. In this blog, we are going to talk about how to override an existing […]

How to Override an Existing Controller in Odoo 14

In Odoo, ‘Controllers’ are utilized to design the frontend modules. These frontend modules are connected with the backend modules. Overriding is the property of a class to change the performance given by one of its base classes. It is used to differ in programming logic. We can override an alive controller in Odoo. For working […]

How to Override an Existing Controller in Odoo 15

In Odoo ERP, front-end modules are designed with the help of ‘Controllers’. These frontend Controllers are connected to backend modules. We are using the property of overriding to make changes in the base class which is used to either make a change in the programming logic or to add new logic to the existing program.  […]