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 […]
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 […]
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 […]
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 […]
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 […]
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. […]
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 […]
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 […]
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. […]
Obtaining new business possibilities has always been the motto of various business organizations to grow and prosper. Obtaining the contact information of the people and on contacting them and turning them into a one-time customer to regular one depends upon the capability and influence and the impact the company can provide. This is the practiced […]