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 SGEEDE Knowledge
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 SGEEDE Knowledge
Blog Data Analytics in Odoo: Make Decisions Based on Insight, Not Instinct In today’s fast-moving world, relying on intuition alone is no longer enough. Business leaders need accurate, real-time insights to stay ahead. That’s where Odoo’s data analytics and reporting tools m... Nov 17, 2025 SGEEDE
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 SGEEDE Knowledge
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 SGEEDE Knowledge
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 SGEEDE Knowledge
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 SGEEDE Knowledge
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 SGEEDE Knowledge
Blog How Odoo HRM Improves Employee Management Efficiency Managing human resources effectively is one of the most crucial aspects of business success. Many companies still rely on manual or disconnected systems to track attendance, payroll, and employee perf... Nov 10, 2025 SGEEDE
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 SGEEDE Knowledge
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 SGEEDE Knowledge
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 SGEEDE Knowledge