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
Alfin Isnain Hariawan How to Install Odoo 18 on Ubuntu 22.04 / 24.04 Odoo is one of the world’s most powerful open-source ERP systems, offering a wide range of business modules such as Accounting, Sales, Purchase, Inventory, HR, CRM , and more. In this article, you’ll ... Install Odoo 18 Odoo benefits Oct 15, 2025 SGEEDE Knowledge