diff --git a/blog/posts/three-ways-integrate-odoo-hermes.html b/blog/posts/three-ways-integrate-odoo-hermes.html index 2647f35..3327603 100644 --- a/blog/posts/three-ways-integrate-odoo-hermes.html +++ b/blog/posts/three-ways-integrate-odoo-hermes.html @@ -141,10 +141,12 @@ ODOO_APIKEY=198db28b752ccb4a66c646503902169e8b3a5b42 Prompt:

-Connect to the odoo 19 database with the credentials given in $ODOO_URL $ODOO_USER $ODOO_APIKEY
-open /doc and read the available models and methods. Use the JSON api to connect and do not login to the web UI.
-create a skill to access ODOO
-return all data found in the crm database
+Connect to the odoo 19 database with the credentials given in +$ODOO_URL $ODOO_USER $ODOO_APIKEY +open /doc and read the available models and methods. +Use the JSON api to connect and do not login to the web UI. +create a skill to access ODOO +return all data found in the crm database
This aproach is awesome since we give hermes the whole JSON 2 API to study. In the video you see, that the skill learned every modell with every method.