Liu Creating Discount Code and Coupon in Odoo 17 Odoo 17 offers a robust set of tools for managing promotions, allowing businesses to easily create discounts and coupons to attract customers and boost sales. Whether you’re looking to offer percentag... ERP solution Odoo benefits Odoo features Nov 7, 2025
Widuri Sugiyani How to Set Up Your First Custom Module in Odoo 17 Odoo is a powerful open-source ERP platform that allows developers to extend and customize its features through custom modules. Whether you want to add a new app, modify existing business logic, or en... ERP solution Odoo benefits Nov 7, 2025
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
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
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
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
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