From 8f3cf36711ae3a9a838c5d80c8815bfc2069a3a8 Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Wed, 13 May 2026 09:46:21 +0200 Subject: [PATCH] fix(shim): ship hoot-dom lib files explicitly for empty Odoo 19 --- Chart.yaml | 2 +- templates/odoo-deployment.yaml | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 378e8a0..5fb27a0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,7 +5,7 @@ description: | Variation between instances is expressed via values.yaml only. No chart variants. No string-templating in Tower. type: application -version: 0.1.9 +version: 0.1.10 appVersion: "1.0" keywords: - odoo diff --git a/templates/odoo-deployment.yaml b/templates/odoo-deployment.yaml index bee9d65..a76898a 100644 --- a/templates/odoo-deployment.yaml +++ b/templates/odoo-deployment.yaml @@ -171,13 +171,25 @@ spec: cat > /target/odoosky_hoot_dom_shim/__manifest__.py <