Fazri Muhammad Yazid Odoo 17 View Inheritance for Backend Customization Odoo 17 allows developers to customize existing views without altering the original source code. This is done through view inheritance , where we create extension views that apply changes on top of th... ERP solution Odoo benefits Odoo features Nov 24, 2025 SGEEDE Knowledge
Alfin Isnain Hariawan How to Set Up AI Module in Odoo 19 Artificial Intelligence (AI) has become a central part of Odoo 19. With AI Assistant, you can generate content, automate emails, analyze data, write Python code, create domain filters, and even help e... ERP solution Odoo benefits Odoo features Odoo integration Odoo modules odoo Nov 21, 2025 SGEEDE Knowledge
Liu Learning About Server Action in Odoo 17 Server Actions in Odoo 17 let you automate tasks through the user interface—no coding needed. This guide walks you through the most common types of Server Actions and shows exactly where to click, wit... ERP solution Odoo benefits Odoo features Nov 21, 2025 SGEEDE Knowledge
Widuri Sugiyani How to Add Chatter (Messages) to Your Custom Module in Odoo 17 Adding a Chatter (the Messages, Notes, and Activities panel) to your Odoo form view is one of the easiest ways to improve communication inside your module. With just a few lines of code, any model can... ERP solution Odoo benefits Odoo features Nov 20, 2025 SGEEDE Knowledge
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
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
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