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
Odoo Settings by Deviati Nur Istiqomah Nov 4, 2022 Settings None [1] ** Overview None [2] ** The settings allow you to manage the configuration of your project. Project name None [3] ** The name of your project. This defines the address that will be... Read more
Odoo Submodules by Deviati Nur Istiqomah Nov 4, 2022 Submodules None [1] ** Overview None [2] ** A Git submodule [3] allows you to integrate other Git projects into your code, without the need to copy-paste all their code. Indeed, your custom modules... Read more
Odoo Introduction to Odoo.sh by Deviati Nur Istiqomah Nov 4, 2022 Introduction to Odoo.sh None [1] ** The documentation will help you go live with your Odoo.sh project in no time. [1] https://www.odoo.com/documentation/16.0/administration/odoo_sh/overview/introduc... Read more
Odoo Upgrade by Deviati Nur Istiqomah Nov 4, 2022 Upgrade None [1] ** An upgrade is switching to a newer version of Odoo (e.g., Odoo 14.0 to Odoo 15.0). An upgrade does not cover: Changing editions [2] (i.e., Community to Enterprise edition) Switch... Read more
Odoo Branches by Deviati Nur Istiqomah Nov 4, 2022 Branches None [1] ** Overview None [2] ** The branches view gives you an overview of the different branches your repository has. Stages None [3] ** Odoo.sh offers three different stage... Read more