From ca9af69b2c03e3226687994708e41c126e4dfb73 Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Tue, 1 Sep 2026 14:58:16 +0200 Subject: [PATCH] [FIX] bus_alt_connection: wrong configuration key in documentation Into the code it checks for a prefix like ODOO_IMDISPATCHER_DB_ See: https://github.com/OCA/server-tools/blob/18.0/bus_alt_connection/models/bus.py#L24C32-L24C53 --- bus_alt_connection/readme/CONFIGURE.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bus_alt_connection/readme/CONFIGURE.rst b/bus_alt_connection/readme/CONFIGURE.rst index cd50219128d..bfc5acce1f8 100644 --- a/bus_alt_connection/readme/CONFIGURE.rst +++ b/bus_alt_connection/readme/CONFIGURE.rst @@ -2,8 +2,8 @@ You need to define how to connect directly to the database: * Either by defining environment variables: - - ``IMDISPATCHER_DB_HOST=db-01`` - - ``IMDISPATCHER_DB_PORT=5432`` + - ``ODOO_IMDISPATCHER_DB_HOST=db-01`` + - ``ODOO_IMDISPATCHER_DB_PORT=5432`` * Or in Odoo's configuration file: