From 744270272281f8b7a4f2411efc5956f9279c4295 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 30 Jun 2026 06:31:24 -0300 Subject: [PATCH] prompt --- blog/posts/odoo-xml-rpc-hermes-agent.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blog/posts/odoo-xml-rpc-hermes-agent.html b/blog/posts/odoo-xml-rpc-hermes-agent.html index 86ad284..6897e27 100644 --- a/blog/posts/odoo-xml-rpc-hermes-agent.html +++ b/blog/posts/odoo-xml-rpc-hermes-agent.html @@ -152,7 +152,9 @@ odoo:

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 + Connect to the ODOO 19 database with the credentials $ODOO_URL $ODOO_USER $ODOO_APIKEY
+ open {url}/doc and read the available models and methods. Use the JSON api to connect to ODOO and do not login to the web UI.
+ create a skill to access ODOO

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.

@@ -236,4 +238,4 @@ Total: 8 customers in CRM

- \ No newline at end of file +