Below you will find pages that utilize the taxonomy term “odoo”
Posts
Odoo In MicroK8s
Odoo In MicroK8s This post provides a simple guide for anyone wanting to get Odoo running on Kubernetes quickly for development or review purposes. Since most Odoo developers I know, including myself, use some sort of Debian flavor of Linux, I’ve selected MicroK8s for the Kubernetes environment.
It’s obviously possible to get it going with a set of self written Kubernetes manifests, however, I’ve found best and fastest way to get the job done is with Helm and the Bitnami Odoo Chart.
Posts
Odoo Dev Tips
Odoo Development Tips Development Setup Assumptions:
You are a Python developer You have at least basic Odoo development knowledge You are using Ubuntu 18.04 for development (or similar) Pre-requisites:
Python setuptools: sudo apt-get install python3-setuptools Python wheel: pip3 install wheel Get Odoo one of 2 ways (choose just one, unless you know what you are doing):
Option 1: Clone the Odoo source code to a directory of your choice.