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 SGEEDE Knowledge
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
Liu Using Quote Calculator in Odoo 19 In Odoo 19, the Quote Calculator has evolved from a simple pricing tool into a robust, spreadsheet-integrated engine. It allows sales teams to handle complex cost estimations—such as assembly labor, l... ERP solution Odoo benefits Odoo features Feb 26, 2026
Widuri Sugiyani Guide to Odoo.sh Dashboard Database Backup Introduction Odoo.sh is one of the official service offered by Odoo, but not Odoo itself. Odoo.sh is an official cloud platform + DevOps from odoo that used to run Odoo Enterprise / Community, Custom ... ERP solution Odoo benefits Odoo features Feb 25, 2026
Jasson Understanding the read() ORM Method in Odoo 19 Odoo’s ORM (Object-Relational Mapping) layer provides multiple ways to access data stored in the database. While most developers rely on direct field access or methods like search() and browse(), the ... ERP solution Odoo benefits Odoo features Feb 25, 2026
Fazri Muhammad Yazid Odoo 19 Field Not Created in PostgreSQL? Fix Stored Field Not Altered After Model Update (Postgres Manual ALTER TABLE Guide) Overview In Odoo 19, there are cases where a newly declared field in a Python model does not result in a corresponding column in PostgreSQL. Typical scenario: Field is defined in a model (models.Model... ERP solution Odoo 19 Odoo benefits Odoo features Feb 23, 2026
Fazri Muhammad Yazid How To Make a Custom PDF Data Report in Odoo 17/18 Using AbstractModel This approach separates business logic from the QWeb template by using models.AbstractModel. Use this method when: The report requires complex calculations Multiple models must be combined Aggregation... ERP solution Odoo benefits Odoo features Feb 20, 2026
Alfin Isnain Hariawan Beyond CRUD: Advanced Coding Patterns Every Odoo Developer Should Master Most developers can build a model, create a view, and override a method in Odoo. But real-world Odoo systems don’t fail because someone forgot a field. They fail because of: N+1 queries Incorrect over... ERP solution Odoo benefits Odoo features Feb 20, 2026
Jasson How XPath Works in Odoo When Inheriting Views Odoo’s view inheritance system is powerful — but for many developers, understanding how XPath expressions work when modifying views can feel intimidating. In this short guide, we’ll break it down to t... ERP solution Odoo benefits Odoo features Feb 13, 2026
Fazri Muhammad Yazid How To Set Overtime Ruleset In Odoo 19 Overview Overtime management in Odoo 19 is implemented through a rule-driven payroll mechanism. Overtime is not entered manually; instead, it is computed automatically based on employee attendance, wo... ERP solution Odoo benefits Odoo features Feb 13, 2026
Liu Odoo 19 Configuration changes from Odoo 18 Managing an Odoo instance effectively starts with mastering the odoo.conf file. With the release of Odoo 19 , the framework continues its trend of streamlining parameters and enhancing performance def... ERP solution Odoo benefits Odoo features Feb 12, 2026