Liu Command Line Parameter to use When Developing for Odoo 17 Odoo, a powerful open-source ERP system, offers flexible deployment and management options through its Command-Line Interface (CLI) . Whether you’re running Odoo for development, testing, or productio... ERP solution Odoo benefits Odoo features Nov 13, 2025
Widuri Sugiyani Difference Between Odoo Computed Fields vs. Onchange: When to Use it? As an Odoo developer often need to update field values automatically either when a user changes something in the form or when data in related fields changes. Two of the most common ways to achieve thi... ERP solution Odoo benefits Odoo features Nov 12, 2025
Jasson Context Managers in Python: Optimizing Odoo Code Patterns In Python development, especially within Odoo modules, managing resources and cleanup logic often becomes boilerplate, error-prone, or hard to maintain. Context managers—via the with statement—offer a... ERP solution Odoo benefits Nov 11, 2025
Fazri Muhammad Yazid Exploring Odoo Debug Mode: Hidden Features for Developers and Administrators Odoo’s debug mode is the standard tool developers and administrators use to inspect, test, and configure the system beyond normal user access. It exposes the technical structure of models, views, and ... ERP solution Odoo benefits Odoo features Nov 10, 2025
Alfin Isnain Hariawan Understanding User Roles, Access Rights, and Security in Odoo 18 When implementing an ERP system like Odoo 18, security and access control are among the most critical aspects of system design. A well-configured system not only ensures smooth operations but also pro... ERP solution Odoo benefits Nov 7, 2025
Liu Creating Discount Code and Coupon in Odoo 17 Odoo 17 offers a robust set of tools for managing promotions, allowing businesses to easily create discounts and coupons to attract customers and boost sales. Whether you’re looking to offer percentag... ERP solution Odoo benefits Odoo features Nov 7, 2025
Widuri Sugiyani How to Set Up Your First Custom Module in Odoo 17 Odoo is a powerful open-source ERP platform that allows developers to extend and customize its features through custom modules. Whether you want to add a new app, modify existing business logic, or en... ERP solution Odoo benefits Nov 7, 2025
Jasson Context in Odoo 17: A Developer's Complete Guide In Odoo 17 development, the concept of context is a powerful tool that enables flexible behaviour without modifying the data model itself. Whether you’re setting default values for new records, passin... ERP solution Odoo benefits Nov 4, 2025
Fazri Muhammad Yazid How to Inherit Templates in Odoo QWeb Odoo uses a flexible templating engine called QWeb to render HTML views for both frontend and backend interfaces. Whether you’re customizing a website page or modifying how records appear in the backe... ERP solution Odoo benefits Nov 3, 2025
Alfin Isnain Hariawan Understanding Action Architecture in Odoo 18 for Developers Odoo is known as one of the most flexible and powerful open-source ERP platforms. One of the core elements that enables this flexibility is the Action system — a mechanism that defines how the UI trig... ERP solution Odoo benefits Oct 31, 2025
Liu How to Install Odoo 17 on Ubuntu 22.04 Odoo 17 is one of the world’s leading open-source ERP and CRM platform — a powerful solution designed to streamline business operations such as accounting, inventory, sales, and HR management. In this... ERP solution Odoo benefits Oct 30, 2025
Widuri Sugiyani Understanding MVC Architecture in Odoo If you’re new to Odoo development, one of the most important concepts to understand is MVC architecture — short for Model, View, and Controller . Odoo follows the MVC design pattern just like many mod... ERP solution Odoo benefits Oct 29, 2025