Fix: create missing blog post, move Trusted By section above pricing
This commit is contained in:
@@ -0,0 +1,289 @@
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>
|
||||
Why ODOO Community is Perfect for Working with AI Agents | ODOO4projects
|
||||
</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="ODOO Community's per-seat licensing model allows each AI agent to have its own access rights without additional costs - a game changer for automation."
|
||||
/>
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://odooprojects.com/blog/posts/odoocommunity-agents.html"
|
||||
/>
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Why ODOO Community is Perfect for Working with AI Agents"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="ODOO Community's per-seat licensing model allows each AI agent to have its own access rights without additional costs - a game changer for automation."
|
||||
/>
|
||||
<meta property="og:type" content="article" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<link rel="icon" href="../../images/favicon.ico" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@500;600;700;800&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Inter, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.7;
|
||||
background: #08080c;
|
||||
color: #e8e8f0;
|
||||
}
|
||||
.container {
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.blog-header {
|
||||
padding: 2rem 0;
|
||||
border-bottom: 1px solid #1a1a2e;
|
||||
}
|
||||
.blog-header a {
|
||||
color: #00f5ff;
|
||||
text-decoration: none;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.blog-header a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.post-title {
|
||||
font-family: "Inter Tight", sans-serif;
|
||||
font-size: clamp(1.5rem, 3vw, 2.2rem);
|
||||
font-weight: 700;
|
||||
margin: 1.5rem 0 0.5rem;
|
||||
color: #e8e8f0;
|
||||
}
|
||||
.post-meta {
|
||||
color: rgba(232, 232, 240, 0.5);
|
||||
font-size: 0.85rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.post-content h2 {
|
||||
font-family: "Inter Tight", sans-serif;
|
||||
font-size: 1.3rem;
|
||||
margin-top: 2rem;
|
||||
color: #e8e8f0;
|
||||
}
|
||||
.post-content p {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.post-content ul,
|
||||
.post-content ol {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
.post-content li {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
.pro-tip {
|
||||
border-left: 3px solid #00f5ff;
|
||||
background: #010f20;
|
||||
padding: 1rem 1.25rem;
|
||||
margin: 1.5rem 0;
|
||||
border-radius: 0 0.6rem 0.6rem 0;
|
||||
}
|
||||
.pro-tip strong {
|
||||
color: #00f5ff;
|
||||
}
|
||||
.cta-box {
|
||||
border: 1px solid rgba(0, 245, 255, 0.2);
|
||||
background: #12121c;
|
||||
padding: 1.5rem;
|
||||
margin: 2rem 0;
|
||||
border-radius: 0.6rem;
|
||||
text-align: center;
|
||||
}
|
||||
.cta-box h3 {
|
||||
margin: 0 0 0.5rem;
|
||||
color: #e8e8f0;
|
||||
}
|
||||
.cta-box p {
|
||||
margin: 0 0 1rem;
|
||||
color: rgba(232, 232, 240, 0.7);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.cta-box .btn {
|
||||
display: inline-block;
|
||||
padding: 0.6rem 1.5rem;
|
||||
background: #00f5ff;
|
||||
color: #08080c;
|
||||
text-decoration: none;
|
||||
border-radius: 0.5rem;
|
||||
font-weight: 600;
|
||||
font-size: 0.85rem;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.cta-box .btn:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
.post-footer {
|
||||
padding: 2rem 0;
|
||||
border-top: 1px solid #1a1a2e;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.post-footer a {
|
||||
color: #00f5ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.post-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="blog-header">
|
||||
<a href="../../index.html#blog">← Back to Blog</a>
|
||||
</div>
|
||||
<article>
|
||||
<h1 class="post-title">
|
||||
Why ODOO Community is Perfect for Working with AI Agents
|
||||
</h1>
|
||||
<div class="post-meta">June 24, 2026 · News</div>
|
||||
<div class="post-content">
|
||||
<p>
|
||||
AI agents are transforming how businesses operate, and
|
||||
ODOO Community Edition is uniquely positioned to harness
|
||||
this revolution. Unlike Enterprise, which requires per-user
|
||||
licenses that scale costs linearly, Community Edition's
|
||||
per-seat licensing model allows each AI agent to have its
|
||||
own access rights <strong>without additional costs</strong>
|
||||
— a genuine game changer for automation.
|
||||
</p>
|
||||
|
||||
<h2>The Licensing Advantage</h2>
|
||||
<p>
|
||||
ODOO Enterprise charges per user per month. While this
|
||||
works well for human employees, it becomes prohibitively
|
||||
expensive when you want to deploy dozens or hundreds of
|
||||
specialized AI agents — each performing distinct
|
||||
roles like inventory reconciliation, invoice processing,
|
||||
customer follow-up, or report generation.
|
||||
</p>
|
||||
<p>
|
||||
ODOO Community, on the other hand, has no per-user
|
||||
licensing fees. You can create as many user accounts as
|
||||
your infrastructure can support, assign granular access
|
||||
rights to each agent, and scale your automation
|
||||
horizontally without watching your monthly bill climb.
|
||||
</p>
|
||||
|
||||
<div class="pro-tip">
|
||||
<strong>Pro Tip:</strong> With ODOO Community, you can
|
||||
create dedicated user accounts for each AI agent —
|
||||
one for invoice processing, one for inventory management,
|
||||
one for customer support triage — all without
|
||||
incurring additional licensing costs.
|
||||
</div>
|
||||
|
||||
<h2>Granular Access Control</h2>
|
||||
<p>
|
||||
Each AI agent needs precisely scoped permissions. Your
|
||||
invoice processing agent should read vendor bills and
|
||||
create payments, but never touch HR records. Your customer
|
||||
support agent needs access to the CRM and sales orders,
|
||||
but not accounting.
|
||||
</p>
|
||||
<p>
|
||||
ODOO Community's robust access control lists (ACLs),
|
||||
record rules, and security groups let you define
|
||||
exactly what each agent can see and do. Combined with
|
||||
the per-seat model, you can have:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Agents with full admin</strong> — for
|
||||
system orchestration
|
||||
</li>
|
||||
<li>
|
||||
<strong>Specialized agents</strong> — scoped to
|
||||
specific apps (Inventory, Accounting, CRM, etc.)
|
||||
</li>
|
||||
<li>
|
||||
<strong>Read-only agents</strong> — for
|
||||
monitoring, reporting, and data extraction
|
||||
</li>
|
||||
<li>
|
||||
<strong>External API agents</strong> — using
|
||||
API keys with limited endpoints
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>API-First Architecture</h2>
|
||||
<p>
|
||||
ODOO Community exposes a comprehensive JSON-RPC and XML-RPC
|
||||
API that AI agents can consume directly. Modern agent
|
||||
frameworks like LangChain, CrewAI, and AutoGen can connect
|
||||
to ODOO instances natively, making it straightforward to
|
||||
build agentic workflows.
|
||||
</p>
|
||||
<p>
|
||||
Combined with N8N automation workflows and custom
|
||||
modules hosted on ODOO4projects, you can create
|
||||
sophisticated pipelines where AI agents coordinate
|
||||
across multiple ODOO apps, external services, and
|
||||
communication channels.
|
||||
</p>
|
||||
|
||||
<h2>Why Host with ODOO4projects?</h2>
|
||||
<p>
|
||||
Running AI agents alongside ODOO requires reliable,
|
||||
scalable infrastructure. Our hosting platform offers:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Dedicated resources</strong> — no noisy
|
||||
neighbors affecting agent response times
|
||||
</li>
|
||||
<li>
|
||||
<strong>Automated backups</strong> — your agent
|
||||
configurations and data are always protected
|
||||
</li>
|
||||
<li>
|
||||
<strong>One-click upgrades</strong> — stay
|
||||
current with ODOO Community releases without manual
|
||||
intervention
|
||||
</li>
|
||||
<li>
|
||||
<strong>N8N integration</strong> — pre-configured
|
||||
automation server for agent orchestration
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="cta-box">
|
||||
<h3>Ready to Build Your AI-Powered ODOO?</h3>
|
||||
<p>
|
||||
Start with any ODOO4projects plan and deploy your
|
||||
first AI agent today.
|
||||
</p>
|
||||
<a href="../../index.html#pricing" class="btn"
|
||||
>Choose Your Plan</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<div class="post-footer">
|
||||
<a href="../../index.html#blog">← Back to all posts</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
+77
-77
@@ -690,6 +690,83 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="partner-banner" id="partners">
|
||||
<div class="container">
|
||||
<h3>Trusted by</h3>
|
||||
<div class="partner-grid">
|
||||
<a
|
||||
href="https://paraguayservice.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/paraguayservice-favicon.png"
|
||||
alt="Paraguay Service"
|
||||
/>
|
||||
<span>Paraguay Service</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://estancia-agape.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/estancia-agape-favicon.png"
|
||||
alt="Estancia Agape"
|
||||
/>
|
||||
<span>Estancia Agape</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://kate-group.de/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/kate-group-favicon.png"
|
||||
alt="KATE Group"
|
||||
/>
|
||||
<span>KATE Group</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://agilnova.de/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img src="images/agilnova-favicon.png" alt="agilnova" />
|
||||
<span>agilnova</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://006-002-bc5bb1cb-984d-42c3-8580-63439f4924c5.odoo4projects.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/ramani-kenya-logo.png"
|
||||
alt="Ramani Kenya"
|
||||
/>
|
||||
<span>Ramani Kenya</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://startparaguay.net/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/startparaguay-favicon.png"
|
||||
alt="Start Paraguay"
|
||||
/>
|
||||
<span>Start Paraguay</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="psection">
|
||||
<div class="container">
|
||||
<div class="text-center mb-4">
|
||||
@@ -982,83 +1059,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="partner-banner" id="partners">
|
||||
<div class="container">
|
||||
<h3>Trusted by</h3>
|
||||
<div class="partner-grid">
|
||||
<a
|
||||
href="https://paraguayservice.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/paraguayservice-favicon.png"
|
||||
alt="Paraguay Service"
|
||||
/>
|
||||
<span>Paraguay Service</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://estancia-agape.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/estancia-agape-favicon.png"
|
||||
alt="Estancia Agape"
|
||||
/>
|
||||
<span>Estancia Agape</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://kate-group.de/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/kate-group-favicon.png"
|
||||
alt="KATE Group"
|
||||
/>
|
||||
<span>KATE Group</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://agilnova.de/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img src="images/agilnova-favicon.png" alt="agilnova" />
|
||||
<span>agilnova</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://006-002-bc5bb1cb-984d-42c3-8580-63439f4924c5.odoo4projects.com/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/ramani-kenya-logo.png"
|
||||
alt="Ramani Kenya"
|
||||
/>
|
||||
<span>Ramani Kenya</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://startparaguay.net/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="partner-item"
|
||||
>
|
||||
<img
|
||||
src="images/startparaguay-favicon.png"
|
||||
alt="Start Paraguay"
|
||||
/>
|
||||
<span>Start Paraguay</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="blog-section" id="blog">
|
||||
<div class="container">
|
||||
<div class="text-center mb-4">
|
||||
|
||||
Reference in New Issue
Block a user