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
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
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
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 SGEEDE Knowledge
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 SGEEDE Knowledge
Jasson How a Button Click in Odoo Triggers Python If you've ever added a button to an Odoo form view and written a Python method to go with it, you've probably just trusted that it works. You click the button, something happens on the server, and the... ERP solution Odoo benefits Odoo features Feb 12, 2026 SGEEDE Knowledge
Widuri Sugiyani How to Upgrade PostgreSQL on Ubuntu Introduction PostgreSQL is the only database officially supported by Odoo because its reliability, features, and architecture perfectly match Odoo's requirements for building robust, scalable business... ERP solution Odoo benefits Odoo features Feb 12, 2026 SGEEDE Knowledge
Liu Installing Odoo 19 on Ubuntu 24.04 Prerequisites Before you begin, ensure your server meets the following requirements: OS: Ubuntu 24.04 LTS (Noble Numbat) Resources: At least 2GB RAM (4GB+ recommended for production) Access: A user wi... ERP solution Odoo benefits Odoo features Feb 6, 2026 SGEEDE Knowledge