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
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
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
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
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
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
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