Einträge in 2023

Hetzner Cloud Volume for Docker Volume Storage

At the time of this writing, Hetzner volumes cost 0,052€ per GB per month.

Weiter...


Graph Odoo Request Duration with Loki

Before trying to improve performance, it is a good idea to measure. We want a graph that shows us request durations segmented by query time (the time it takes Postgres to gather the data) and remaining time (how long it takes Python/Odoo to do things with the data), like this:

Weiter...


Odoo Format Fields

Suppose you have a simple Integer field defined on your model like this:

Weiter...


TIL: Odoo Sequences

Wir wollen für die Chancen (Tabelle lead) eine fortlaufende Nummer number.

Weiter...


Git Mailmap

I’m playing with Gource to create nice animations for projects I have worked on in the past.

Weiter...


Gitlab CI Lint on the Command Line

Here’s how to lint gitlab-ci.yml using python-gitlab’s CLI.

Weiter...


Deployment Checklist

A simple checklist to follow when deploying an application (workload).

Weiter...