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 SGEEDE Knowledge
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 SGEEDE Knowledge
Blog Succession Planning Starts with Clean HR Data Many companies talk about succession planning, leadership readiness, and future-proofing their workforce. However, without structured and reliable HR data, succession planning becomes subjective, inco... Mar 2, 2026 SGEEDE
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 SGEEDE Knowledge
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 SGEEDE Knowledge
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 SGEEDE Knowledge
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 SGEEDE Knowledge
Blog Odoo Batam: Real-Time Business Visibility for Smarter Decisions In today’s fast-moving business landscape, decisions can no longer rely on outdated reports or disconnected spreadsheets. Companies need instant access to accurate information across sales, finance, i... Feb 23, 2026 SGEEDE
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 SGEEDE Knowledge
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 SGEEDE Knowledge
Blog How CRM and ERP Work Together to Drive Business Growth In today’s competitive business environment, growth is no longer driven by sales alone. Successful organizations rely on seamless collaboration between customer-facing teams and operational department... Feb 16, 2026 SGEEDE Indonesia
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 SGEEDE Knowledge