Fazri Muhammad Yazid The Hidden Mechanics of patch() and super in Odoo 19 (OWL Framework) Overview If you've migrated from older versions of Odoo, you know that the frontend has undergone a massive transformation with the introduction of OWL (Odoo Web Library). In Odoo 19, the legacy Class... ERP solution Odoo benefits Odoo features Mar 18, 2026
Alfin Isnain Hariawan The Ultimate Guide: How to Setup Odoo Online in 10 Minutes (No Credit Card Required) Are you searching for a robust ERP solution that is easy to use, accessible from anywhere, and doesn't require you to be an IT expert managing complicated servers? Odoo Online is the answer. As the Sa... ERP solution Odoo benefits Odoo features Mar 13, 2026
Liu Setting Up Outgoing Email in Odoo 19 Prerequisites Before starting, ensure you have: Administrator Access to your Odoo 19 instance. SMTP Details from your email provider (Server address, Port, and SSL/TLS requirements). App Password (if ... ERP solution Odoo benefits Odoo features Mar 12, 2026
Widuri Sugiyani How To Upload and Install Custom Module in Odoo.sh Introduction If you are developing on Odoo, deploying your custom modules to Odoo.sh is a common workflow. Unlike local development, Odoo.sh installs modules directly from your Git repository, so unde... ERP solution Odoo benefits Odoo features Mar 11, 2026
Jasson How To Use Odoo Abstract Models for Reusable Module Features When building Odoo modules, you'll often find yourself repeating the same fields or methods across multiple models — things like audit timestamps, approval workflows, or status tracking. Abstract mode... ERP solution Odoo benefits Odoo features Mar 10, 2026
Fazri Muhammad Yazid Inheriting Existing Default Report Templates in Odoo 19 Overview Reports in Odoo are generated using QWeb templates. Default reports (invoice, sale order, delivery slip, etc.) are defined in XML templates inside core modules. Customization is done by inher... ERP solution Odoo benefits Odoo features Mar 10, 2026
Alfin Isnain Hariawan Optimizing Odoo Performance with Caching Techniques Odoo is a powerful ERP system used by thousands of companies to manage their operations. However, as the amount of data grows and the number of users increases, performance can become a serious concer... ERP solution Odoo benefits Odoo features Mar 10, 2026
Alfin Isnain Hariawan Hidden Performance Killers in Odoo: What Most Developers Don’t Notice Performance issues are one of the most common problems in Odoo implementations. Many developers assume that slow performance is caused by server limitations or large datasets. However, in many cases, ... ERP solution Odoo benefits Odoo features Mar 10, 2026
Liu Understanding the difference, task and field service in a project for Odoo 19 Understanding the distinction between a standard Project Task and a Field Service Task in Odoo 19 is crucial for optimizing your operations. While they both live under the "Project" umbrella, they ser... ERP solution Odoo benefits Odoo features Mar 6, 2026
Widuri Sugiyani How to Create and Use a Staging Environment in Odoo.sh Introduction Developing and customizing an Odoo database is an exciting process, but making changes directly on your live production database is a recipe for disaster. A simple bug in a custom module ... ERP solution Odoo benefits Odoo features Mar 5, 2026
Jasson How to Use Custom Jinja2 HTML Templates in Odoo Without Qweb What Is Jinja in Odoo? If you've spent any time building custom modules in Odoo, you've probably come across Jinja2 without realizing it. Jinja2 is the templating engine that powers Odoo's dynamic HTM... ERP solution Odoo benefits Odoo features Mar 3, 2026
Fazri Muhammad Yazid How to Use XML as a Dataset in Odoo: Implementing Many2one, One2many, and Many2many Fields Overview In Odoo, XML is widely used to load initial data, configure defaults, and manage master records. It allows developers to predefine datasets that can include relational fields, which are criti... ERP solution Odoo benefits Odoo features Mar 3, 2026