From 60159f45c9ee2d916246b814ec5f8e9bc94a0205 Mon Sep 17 00:00:00 2001 From: Alessandro Nardecchia <{ID}+{username}@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:44:59 +0000 Subject: [PATCH] fixes --- imageroot/actions/configure-module/90ldap | 3 +++ utils/README_DEV | 1 + 2 files changed, 4 insertions(+) diff --git a/imageroot/actions/configure-module/90ldap b/imageroot/actions/configure-module/90ldap index 4b2c3e5..32a8254 100755 --- a/imageroot/actions/configure-module/90ldap +++ b/imageroot/actions/configure-module/90ldap @@ -101,3 +101,6 @@ except Exception as ex: ) # set LDAP server to empty string agent.set_env("ODOO_LDAP_DOMAIN", "") + + # raise Exception + raise ex diff --git a/utils/README_DEV b/utils/README_DEV index f2496fd..1586ec1 100644 --- a/utils/README_DEV +++ b/utils/README_DEV @@ -15,6 +15,7 @@ ## remove module - remove-module --no-preserve odoo106 +- podman rmi -f odoo:latest && podman rmi -f odoo:development ### UI DEV