diff --git a/blog/posts/speed-run-odoo-community-agent.html b/blog/posts/speed-run-odoo-community-agent.html index 4a7f821..6bb020b 100644 --- a/blog/posts/speed-run-odoo-community-agent.html +++ b/blog/posts/speed-run-odoo-community-agent.html @@ -117,6 +117,9 @@
To follow along, grab a free trial of Odoo Community at ODOO4projects.com and generate an API key from your profile settings. It takes about 10 Minutes and gives you everything you need for this walkthrough.
+Before you start, make sure you have your Odoo Community instance credentials ready:
@@ -137,7 +140,7 @@Use coupon code BLOG499 at checkout to get your first month free — zero risk, full access.
-- Deploy your own Odoo-connected agent now. -
+Copy this entire prompt into any Hermes agent (derez.ai or self-hosted). Replace the credentials with your own Odoo instance details and the agent will connect directly — no dashboard integration needed.
+ +SITE_URL=https://your-instance.odoo4projects.com/USER=your-usernameAPI_KEY=your-api-keyDB=your-database-nameURL/json/2/<model>/<method>Authorization: Bearer API_KEYX-Openerp-Database: DBContent-Type: application/jsoncurl -s -X POST 'URL/json/2/sale.order/search_read' \
+ -H 'Authorization: Bearer API_KEY' \
+ -H 'X-Openerp-Database: DB' \
+ -H 'Content-Type: application/json' \
+ -d '{"domain":[["state","=","sale"]],"fields":["name","partner_id","amount_total"],"limit":20}' \
+ | jq '.[] | {order: .name, customer: .partner_id[1], total: .amount_total}'curl -s 'URL/json/2/doc' \
+ -H 'Authorization: Bearer API_KEY' \
+ -H 'X-Openerp-Database: DB' \
+ | jq '[to_entries[] | {model: .key, label: .value.string}]' > /tmp/odoo_models.json
+ Replace URL, USER, API_KEY, and DB with your Odoo instance credentials. This prompt works with any Hermes agent — no dashboard required.
derez.ai — Deploy your AI agent in 10 Minutes.