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 […]
Most individuals’ private and professional lives deal with various projects for various purposes. Several types of projects are working by companies to gain success, and considerable parts of projects include delivery in time with quality or within budget. Maintenance of company work is challenging, and we can organize all the work within a project. Better […]
SEO is a collection of techniques used to improve search engine visibility and improve your website’s performance in search engines like Google. By just implementing a successful SEO strategy helps you draw in more customers. SEO seeks to improve both the quantity and caliber of website visits by utilizing natural search engine results. If your […]
Odoo is an open-source enterprise resource planning system that offers a variety of business applications, including CRM, sales, purchases, inventory, accounting, HR, Manufacturing, and more. Odoo offers a range of field types for storing information in a database. One of them is the many2many fields, which offers a selection of widgets. The “many2many_tags” widget allows […]