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: