Jasson How to Customize Odoo 19 Default One2many Form View One2many fields are a powerful feature in Odoo that allow you to display related records directly within a parent form. However, the default form view that appears when you click to add or edit a One2... ERP solution Odoo benefits Odoo features Dec 30, 2025
Fazri Muhammad Yazid Odoo XML Is More Than Just Views XML is a core configuration structure in Odoo. It defines UI architecture, system behavior, permissions, automation, and initial data. It provides declarative, modular control over major system functi... ERP solution Odoo benefits Odoo features Dec 29, 2025
Alfin Isnain Hariawan Mastering Dynamic Domains in Odoo: Many2one & Many2many Fields Explained Overview In Odoo development, dynamic domains are essential for creating smart, user-friendly forms. They allow you to filter selectable records dynamically based on other field values—preventing wron... ERP solution Odoo benefits Odoo features Dec 29, 2025
Widuri Sugiyani How to Store Odoo Many2many Fields in Settings Introduction In Odoo 17, res.config.settings is commonly used to store global or company-related configurations. The many2many fields in odoo Many2many fields in Odoo represent bidirectional many-to-m... ERP solution Odoo benefits Odoo features Dec 24, 2025
Jasson How Transient Models Work in Odoo 19 Transient models or often called wizards are powerful tools in Odoo 19 that enable developers to create temporary multi-step user interactions without cluttering the database. Understanding how these ... ERP solution Odoo benefits Odoo features Dec 23, 2025
Fazri Muhammad Yazid Odoo Meta Programming Odoo meta programming refers to the mechanisms by which models, fields, methods, and behaviors are constructed, merged, and modified at load time , not at runtime in the traditional Python sense. What... ERP solution Odoo benefits Odoo features Dec 22, 2025
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