blog
This commit is contained in:
@@ -141,10 +141,12 @@ ODOO_APIKEY=198db28b752ccb4a66c646503902169e8b3a5b42
|
||||
Prompt:
|
||||
|
||||
<pre><code>
|
||||
Connect to the odoo 19 database with the credentials given in $ODOO_URL $ODOO_USER $ODOO_APIKEY<br>
|
||||
open <url>/doc and read the available models and methods. Use the JSON api to connect and do not login to the web UI.<br>
|
||||
create a skill to access ODOO<br>
|
||||
return all data found in the crm database<br>
|
||||
Connect to the odoo 19 database with the credentials given in
|
||||
$ODOO_URL $ODOO_USER $ODOO_APIKEY
|
||||
open <url>/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
|
||||
</code></pre>
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user