Alfin Isnain Hariawan How to Custom Pivot & Graph View in Odoo In the world of Odoo development, providing users with raw data is rarely enough. To truly empower a business, you need to transform that data into actionable insights. This is where Pivot and Graph v... ERP solution Odoo benefits Odoo features Dec 19, 2025
Liu Common View Types in Odoo 17 In Odoo development, views are defined using XML rather than standard HTML. While Odoo eventually renders these as HTML in your browser, the developer defines them using specific Odoo-defined XML tags... ERP solution Odoo benefits Odoo features Dec 18, 2025
Widuri Sugiyani How to Use Init Hooks in Odoo 17 Introduction In Odoo 17, init hooks are a powerful mechanism that allows developers to execute Python logic automatically when the module is installed. They are especially useful when you need to: Cre... ERP solution Odoo benefits Odoo features Dec 17, 2025
Jasson Python Decorators in Odoo 19 Decorators are a powerful feature in Odoo that help you modify the behavior of methods and models. In Odoo 19, decorators play a crucial role in defining model behavior, API constraints, and method ex... ERP solution Odoo benefits Odoo features Dec 16, 2025
Fazri Muhammad Yazid How to Make JavaScript Frontend Assets in Odoo 17 for Custom Controller Pages This article is a continuation of the previous blog " Custom Frontend in Odoo 17 Using Controllers and QWeb ". With the page structure and controller routing already in place, the next step is to add... ERP solution Odoo benefits Odoo features Dec 15, 2025
Alfin Isnain Hariawan How to Solve the Most Common Odoo Errors (Complete Guide) Odoo is powerful, flexible, and extremely customizable—but this also means developers and functional consultants often encounter various errors during development or configuration. In this blog, we’ll... ERP solution Odoo benefits Odoo features Dec 12, 2025
Liu More Field Widgets in Odoo 17 We will explore more fields widgets that are available to use in Odoo. To look at previous widgets discussed, go to this article 1. Email Indicate the char field represents an email address. This will... ERP solution Odoo benefits Odoo features Dec 11, 2025
Widuri Sugiyani How to Create a Detail Popup Button in Odoo 19: From Model to Action When developing custom features in Odoo 19, one of the most useful UI enhancements you can add is a popup detail view. This allows users to quickly access related information without leaving the curre... ERP solution Odoo benefits Odoo features Dec 10, 2025
Jasson Implementing Constraints and Validations in Odoo 19 Models with Regular Expressions Data integrity is crucial in any business application. Odoo 19 provides robust mechanisms to enforce constraints and validations on your models, ensuring that only valid data enters your database. Thi... ERP solution Odoo benefits Odoo features Dec 9, 2025
Fazri Muhammad Yazid Custom Frontend in Odoo 17 Using Controllers and QWeb This guide shows how to build a simple custom frontend page in Odoo 17 through a dedicated module named custom_sgeede . The focus is on creating a clean public route using a controller, preparing a QW... ERP solution Odoo benefits Odoo features Dec 8, 2025
Alfin Isnain Hariawan Pivot Tables and Excel Export Templates in Odoo In modern business operations, fast and accurate data analysis is essential. Odoo provides a powerful reporting ecosystem, and two of the most commonly used tools are Pivot Tables and Excel Export Tem... ERP solution Odoo benefits Odoo features Dec 5, 2025
Liu Modifying existing function in Odoo 17 Mastering Function Overrides in Odoo 17 One of Odoo’s most powerful features is its modularity. You never modify the core source code directly. Instead, you use Python inheritance to "hook" into exist... ERP solution Odoo benefits Odoo features Dec 5, 2025