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 +