Jasson How to Debug Odoo using Postgres and Shell Debugging Odoo effectively often means working both at the database level (PostgreSQL) and the application level (Odoo shell). By combining psql and Odoo’s Python REPL (shell), you’ll gain deep insigh... ERP solution Odoo benefits Odoo features Nov 18, 2025
Fazri Muhammad Yazid Understanding the Backend Asset Architecture in Odoo 17 Odoo 17 introduces a modern approach to managing assets (JavaScript, CSS/SCSS, and templates) in the backend. Understanding how these assets are organized, loaded, and extended is crucial for developi... ERP solution Odoo benefits Odoo features Nov 17, 2025
Alfin Isnain Hariawan Data Import & Export Optimization in Odoo Efficient data import and export processes are essential in any Odoo ERP implementation — whether you're migrating from another system, performing mass updates, or exchanging data between environments... ERP solution Odoo benefits Odoo features Nov 14, 2025
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