Odoo Chapter 3: A New Application by Deviati Nur Istiqomah Nov 7, 2022 Chapter 3: A New Application None [1] ** The purpose of this chapter is to lay the foundation for the creation of a completely new Odoo module. We will start from scratch with the minimum needed to ha... Read more
Odoo Chapter 2: Development environment setup by Deviati Nur Istiqomah Nov 7, 2022 Chapter 2: Development environment setup None [1] ** Depending on the intended use case, there are multiple ways to install Odoo. This tutorial will stick to the source install [2] ( running Odoo fr... Read more
Odoo Chapter 1: Architecture Overview by Deviati Nur Istiqomah Nov 7, 2022 Chapter 1: Architecture Overview None [1] ** Multitier application None [2] ** Odoo follows a multitier architecture [3] , meaning that the presentation, the business logic and the data storage are ... Read more
Odoo Developer by Deviati Nur Istiqomah Nov 7, 2022 Developer None [1] ** Learn through tutorials and get help using reference guides. Tutorials [2] Getting started [3] Chapter 1: Archi... Read more
Odoo Frequent Technical Questions by Deviati Nur Istiqomah Nov 7, 2022 Frequent Technical Questions None [1] ** “Scheduled actions do not run at the exact time they were expected” None [2] ** On the Odoo.sh platform, we cannot guarantee an exact running time for schedule... Read more
Odoo Containers by Deviati Nur Istiqomah Nov 7, 2022 Containers None [1] ** Overview None [2] ** Each build is isolated within its own container (Linux namespaced container). The base is an Ubuntu system, where all of Odoo’s required dependencies, as we... Read more
Odoo Building a Module by Deviati Nur Istiqomah Nov 7, 2022 Building a Module None [1] ** Warning This tutorial requires having installed Odoo [2] Start/Stop the Odoo server None [3] ** Odoo uses a client/server architecture in which clients are web browser... Read more
Odoo Your first module by Deviati Nur Istiqomah Nov 7, 2022 Your first module None [1] ** Overview None [2] ** This chapter helps you to create your first Odoo module and deploy it in your Odoo.sh project. This tutorial requires you created a project on O... Read more
Odoo Online Editor by Deviati Nur Istiqomah Nov 7, 2022 Online Editor None [1] ** Overview None [2] ** The online editor allows you to edit the source code of your builds from a web browser. It also gives you the possibility to open terminals, Python cons... Read more
Odoo Status by Deviati Nur Istiqomah Nov 7, 2022 Status None [1] ** Overview None [2] ** The status page shows statistics regarding the servers your project uses. It includes the servers availability. [1] https://www.odoo.com/documentation/16.0/ad... Read more
Odoo Builds by Deviati Nur Istiqomah Nov 7, 2022 Builds None [1] ** Overview None [2] ** In Odoo.sh, a build is considered as a database loaded by an Odoo server ( odoo/odoo [3] & odoo/enterprise [4] ) running on a specific revision of your projec... Read more
Sending emails with Odoo by Deviati Nur Istiqomah Nov 4, 2022 Sending emails with Odoo None [1] ** Using your email domain in Odoo None [2] ** Documents in Odoo (a CRM opportunity, a sales order, an invoice …) have a discussion thread, called /chatter/. When you... Read more