Jasson Context in Odoo 17: A Developer's Complete Guide In Odoo 17 development, the concept of context is a powerful tool that enables flexible behaviour without modifying the data model itself. Whether you’re setting default values for new records, passin... ERP solution Odoo benefits Nov 4, 2025 SGEEDE Knowledge
Fazri Muhammad Yazid How to Inherit Templates in Odoo QWeb Odoo uses a flexible templating engine called QWeb to render HTML views for both frontend and backend interfaces. Whether you’re customizing a website page or modifying how records appear in the backe... ERP solution Odoo benefits Nov 3, 2025 SGEEDE Knowledge
Alfin Isnain Hariawan Understanding Action Architecture in Odoo 18 for Developers Odoo is known as one of the most flexible and powerful open-source ERP platforms. One of the core elements that enables this flexibility is the Action system — a mechanism that defines how the UI trig... ERP solution Odoo benefits Oct 31, 2025 SGEEDE Knowledge
Liu How to Install Odoo 17 on Ubuntu 22.04 Odoo 17 is one of the world’s leading open-source ERP and CRM platform — a powerful solution designed to streamline business operations such as accounting, inventory, sales, and HR management. In this... ERP solution Odoo benefits Oct 30, 2025 SGEEDE Knowledge
Widuri Sugiyani Understanding MVC Architecture in Odoo If you’re new to Odoo development, one of the most important concepts to understand is MVC architecture — short for Model, View, and Controller . Odoo follows the MVC design pattern just like many mod... ERP solution Odoo benefits Oct 29, 2025 SGEEDE Knowledge
Jasson Understanding the Odoo Environment: The Core of its ORM Framework In the modular architecture of Odoo, Environment (env) form the backbone of its ORM framework. They regulate how data is fetched, processed, and displayed, ensuring seamless coordination between model... ERP solution Odoo benefits Oct 28, 2025 SGEEDE Knowledge
Fazri Muhammad Yazid How to Restore an Odoo Database Using the Web Interface and Command Line How to Restore Odoo Database In this guide, we’ll cover how to restore your Odoo database safely using two main methods: Through the Odoo Web Interface Through the Command Line (CLI) using PostgreSQL ... ERP solution Odoo benefits Oct 27, 2025 SGEEDE Knowledge
Alfin Isnain Hariawan ORM Functions in Odoo 17 Odoo 17 ORM (Object Relational Mapping) is the backbone of the Odoo framework. It allows developers to manage database records in a simple, Pythonic way — no need for raw SQL queries. Every Odoo model... ERP solution Odoo benefits Oct 24, 2025 SGEEDE Knowledge
Liu Field Widgets in Odoo 17 Widget are feature that changes or adds functionality to fields in odoo. These changes affect how the field is shown in the system and sometimes changes how the user interact with the field it self. H... ERP solution Odoo benefits Oct 23, 2025 SGEEDE Knowledge
Widuri Sugiyani How To Set Up Your First Odoo Database If you’ve just installed Odoo or signed up for the free trial, your next question is probably: “ How do I start using it? ” Everything in Odoo begins with a database. The database is like your compa... ERP solution Odoo benefits Oct 22, 2025 SGEEDE Knowledge
Jasson Complete Guide to Field Types in Odoo When building or customizing business applications in Odoo, understanding field types is fundamental to creating robust and efficient modules. Mastering Odoo fields is essential for accurate data mana... ERP solution Odoo benefits Oct 21, 2025 SGEEDE Knowledge
Fazri Muhammad Yazid How to Backup an Odoo Database Using the Web Interface and Command Line How to Backup Odoo Database In this guide, we’ll cover how to restore your Odoo database safely using two main methods: Through the Odoo Web Interface Through the Command Line (CLI) using PostgreSQL t... Odoo Backup Odoo benefits Oct 20, 2025 SGEEDE Knowledge