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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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. […]
Point of sale is one of the most significant modules in odoo ERP. In this blog, we can see how to override a widget in POS. Before going to the programming we want to know what a widget is. A widget is the most important building block of a user interface or we can say […]
Odoo POS (Odoo Point Of Sale) is the ideal all-in-one solution for managing your restaurants, retail stores, accounting, and sales. It is a clear, user-friendly interface that may be found on laptops, tablets, and iPods. Let’s explore the Odoo Point of Sale (POS) interface. In this blog, we can take a look at how to […]