Einträge mit Schlagwort odoo
Odoo 15: Add Button to Kanban View
- 2024-06-12
In this example, we show how to add a button to the „Control panel buttons“ of the kanban view.
TIL: odoo scaffold
- 2024-05-21
Create a new module named foo
in the custom addons directory my-addons
:
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
.