From 56db882f2ec1bf3124022dc7fc5dffc8c99fd56a Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 30 Jun 2026 06:27:50 -0300 Subject: [PATCH] Add Step 3: connection prompt to blog post --- blog/posts/odoo-xml-rpc-hermes-agent.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/blog/posts/odoo-xml-rpc-hermes-agent.html b/blog/posts/odoo-xml-rpc-hermes-agent.html index a70ae45..86ad284 100644 --- a/blog/posts/odoo-xml-rpc-hermes-agent.html +++ b/blog/posts/odoo-xml-rpc-hermes-agent.html @@ -147,7 +147,17 @@ odoo:

Set readonly: true if the agent only needs to query data (recommended for first setup). Remove it or set false if you want the agent to create or modify records.

-

Step 3 — Start Hermes and Verify

+

Step 3 — Give Your Agent the Connection Prompt

+ +

Now paste this prompt into your Hermes Agent session. It tells the agent exactly how to reach your Odoo database using the credentials from Step 2:

+ +
+Connect to the ODOO 19 database with the credentials $ODOO_URL $ODOO_USER $ODOO_APIKEY +
+ +

The agent reads the environment variables (or the config block you just set up) and establishes the XML-RPC connection. Once it confirms, you're ready to query data.

+ +

Step 4 — Start Hermes and Verify

Start or restart your Hermes Agent: