Einträge in 2023
Hetzner Cloud Volume for Docker Volume Storage
- 2023-11-28
At the time of this writing, Hetzner volumes cost 0,052€ per GB per month.
Graph Odoo Request Duration with Loki
- 2023-10-17
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:
Odoo Format Fields
- 2023-07-25
Suppose you have a simple Integer field defined on your model like this:
TIL: Odoo Sequences
- 2023-07-12
Wir wollen für die Chancen (Tabelle lead
) eine fortlaufende Nummer number
.
Git Mailmap
- 2023-04-07
I’m playing with Gource to create nice animations for projects I have worked on in the past.
Gitlab CI Lint on the Command Line
- 2023-03-17
Here’s how to lint gitlab-ci.yml
using python-gitlab’s CLI.
Deployment Checklist
- 2023-02-15
A simple checklist to follow when deploying an application (workload).