Blog post: update credentials, prompt (leads), add pro tip about Odoo per-user pricing
This commit is contained in:
@@ -74,6 +74,16 @@
|
|||||||
color: #c8c8d8;
|
color: #c8c8d8;
|
||||||
}
|
}
|
||||||
.prompt-box code { background: #001a18; }
|
.prompt-box code { background: #001a18; }
|
||||||
|
.pro-tip {
|
||||||
|
background: rgba(0,245,255,0.06);
|
||||||
|
border-left: 3px solid #00f5ff;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 16px 20px;
|
||||||
|
margin: 20px 0;
|
||||||
|
font-size: 0.92rem;
|
||||||
|
color: #d0d0e0;
|
||||||
|
}
|
||||||
|
.pro-tip strong { color: #00f5ff; }
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
body { padding: 24px 16px; }
|
body { padding: 24px 16px; }
|
||||||
h1 { font-size: 1.5rem; }
|
h1 { font-size: 1.5rem; }
|
||||||
@@ -104,10 +114,11 @@
|
|||||||
<div class="prereq-group">
|
<div class="prereq-group">
|
||||||
<div class="group-label">Integration — ODOO Community</div>
|
<div class="group-label">Integration — ODOO Community</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>URL</strong> — Your Odoo instance URL (e.g. <code>https://mycompany.odoo4projects.com</code>)</li>
|
<li><strong>URL</strong> — <code>https://006-003-1d9183bb-8430-41a8-85a3-842b2b4d279d.odoo4projects.com/</code></li>
|
||||||
<li><strong>API Key</strong> — The API key generated from your Odoo profile settings</li>
|
<li><strong>Username</strong> — <code>changeme@odoo4projects.com</code></li>
|
||||||
<li><strong>Username</strong> — Your Odoo login email</li>
|
<li><strong>Password</strong> — <code>changeme</code></li>
|
||||||
<li><strong>Database</strong> — The database name for your Odoo instance</li>
|
<li><strong>Database</strong> — <code>006-003-1d9183bb-8430-41a8-85a3-842b2b4d279d</code></li>
|
||||||
|
<li><strong>API Key</strong> — <code>602e6ea0a0adda65b344a282495da3b05525f63f</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,15 +127,20 @@
|
|||||||
|
|
||||||
<div class="prompt-box">
|
<div class="prompt-box">
|
||||||
<strong>Derez Prompt — ODOO Community</strong><br /><br />
|
<strong>Derez Prompt — ODOO Community</strong><br /><br />
|
||||||
Connect to my Odoo database and summarize my sales.
|
Give me an overview on all leads I have.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>That's it. One sentence. The agent knows how to authenticate with the credentials you provided and generate a sales summary from your Odoo data.</p>
|
<p>That's it. One sentence. The agent knows how to authenticate with the credentials you provided and pulls your full lead pipeline from Odoo.</p>
|
||||||
|
|
||||||
<h2>Wrap Up</h2>
|
<h2>Wrap Up</h2>
|
||||||
<p>
|
<p>
|
||||||
In under 5 minutes you went from nothing to an AI agent connected to your live Odoo instance. The same pattern works for any Odoo module — inventory, CRM, accounting, manufacturing. Just update the prompt to describe what you need.
|
In under 5 minutes you went from nothing to an AI agent connected to your live Odoo instance. The same pattern works for any Odoo module — inventory, CRM, accounting, manufacturing. Just update the prompt to describe what you need.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="pro-tip">
|
||||||
|
<strong>Pro tip:</strong> With Odoo Community you do not pay per user, so you can create a separate user for your agent and control the access rights for your agent directly in Odoo.
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Use coupon code <strong>BLOG499</strong> at checkout to get your first month free — zero risk, full access.
|
Use coupon code <strong>BLOG499</strong> at checkout to get your first month free — zero risk, full access.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user