Run Odoo 13 with Virtualenv on Ubuntu 20.04

Running Odoo 13 with Virtualenv on Ubuntu 20.04 is a little different from Ubuntu 18.04. For information, Ubuntu 20.04 using Python 3.8. Running Odoo on a local machine with virtualenv has many advantages. Let’s check this out how to run Odoo 13 with virtualenv on Ubuntu 20.04.

Run Odoo With Docker

Previously we already tried how to install Odoo on Ubuntu using the installer and using virtualenv. There is another way to run Odoo, using Docker. If you not installed docker yet, you can see this link. You can see the official Odoo Docker image at the Docker hub. There are many versions of Odoo in …

Run Odoo With Docker Read More »

Create Custom Report Odoo 11

Creating a custom report on Odoo 11 is very different from Odoo 10. That’s because on Odoo 11 doesn’t have report module like Odoo 10, and compounded by incorrect documentation on Odoo website, as can be seen in https://www.odoo.com/documentation/11.0/reference/reports.html#custom-reports. In this tutorial, I will display the employee attendance summary (recap), and display presence and absence data for each …

Create Custom Report Odoo 11 Read More »