NEW AIRIS · Ask your Odoo and it answers on WhatsApp, by text or voice See how it works →
⚡ Exdoo Deploy IA · CI/CD for Odoo

Deploy Odoo like a professional DevOps team

Git-integrated CI/CD platform that spins up automatic stagings for your Odoo instances. Everything Odoo SH does, now running on your own server and with built-in AI.

Request a demo
What is Exdoo Deploy IA

Your own Odoo SH, without the limits

Exdoo Deploy IA is a CI/CD platform that connects to your Git repository (GitHub, Gitea or GitLab) and deploys Odoo instances automatically. Every commit creates a staging ready to test, merges get scheduled, and our AI can work directly with your instances.

Exdoo Deploy IA dashboard with real-time metrics
Real-time dashboard: projects, active branches, pending merges and shells
Key features

Everything you need to do DevOps on Odoo

Universal Git integration

Connect any repository: GitHub, Gitea or GitLab. Auto-deploy on push, manual deploy with one click, or scheduled for a specific date and time.

Built-in AI for Odoo ⭐

Connect our AI straight to your Odoo instance: query data, run actions, generate reports, validate models. The AI works with your ERP in plain language.

Unlimited automatic stagings

Every branch becomes a live staging with its own URL. Test without touching production. Stagings spin up in minutes and are destroyed on merge.

AI shell on every branch

Direct terminal access on every instance. Run commands, debug, install modules. And our AI can drive the shell for you.

Live logs

Stream logs from every instance in real time. Filter by errors, warnings or specific modules. No manual SSH — all from your browser.

Scheduled merges

Schedule merges for off-peak hours. Cancelable, auditable and with notifications to your team. Your DevOps team sleeps easy.

Centralized access management

One place to see and share credentials for all your instances. URLs, users, passwords — copy them with one click.

Metrics and reports

Dashboard with productivity per developer, branches per project, deploy times and resource usage. Full audit trail.

Comparison

Exdoo Deploy IA vs Odoo SH

All the good parts of Odoo SH, without the limits. And a lot more.

Feature Odoo SH Exdoo Deploy IA
Git integration GitHub only
Stagings $288 MXN + VAT / month
Shell for your team Limited
AI built into Odoo
Where it runs Odoo infrastructure
Cost per worker $1,152 MXN + VAT / month
Storage $4 MXN per GB / month
Migration from another host Complex
Technical support Email / tickets

* Depends on the disk space and cores of the server you contract with Exdoo or with a third party. 1 core = 1 worker.

The platform in action

See how your DevOps team works

Exdoo Deploy IA projects view
Projects

96 projects, one dashboard

See every Odoo project from a single place. Filter by Deploy Ready or access only. Each card shows the server, the public URL, copyable credentials and how many branches are active.

  • Instant search across projects
  • Filters: All / Deploy Ready / Access only
  • One-click credential copy
  • See which server it runs on
Branches view with shells, logs and deploys
Active branches

Every branch, a live staging

Every Git branch gets its own deployed instance with a unique URL. Copyable credentials, direct AI Shell, live logs, one-click delete.

  • Real-time status (Active, Setting up, Failed)
  • Deploy progress with percentage
  • Assignment to the developer in charge
  • Metrics: deploy time, RAM used
Scheduled merges view
Scheduled merges

Deploy while your business sleeps

Schedule merges to production for off-peak hours. Status visible in real time (Pending / Done), cancelable up to the last minute, with a full audit trail.

  • Scheduling by date and time
  • Instant cancellation if you need it
  • Team notifications when it runs
  • Full history of past merges
⭐ Exclusive advantage

AI that talks to your Odoo

Our platform includes a built-in AI that connects straight to your Odoo instance and can run real tasks in your ERP in plain language.

"How much did we sell this week?" → Queries the Sales module and returns the number
"Create a customer with this info..." → Creates the partner directly in Odoo
"Why did the last deploy fail?" → Reads the logs, finds the cause, suggests a fix
"Generate an inventory report in PDF" → Runs the report and downloads it

Multimodal: upload screenshots, documents or videos and the AI processes them alongside your Odoo. It runs in the browser, nothing to install.

Exdoo IA · Connected to your Odoo
How many pending orders does the customer "Industrial Mexicana" have?
I found 3 pending orders:
• SO-2024 — $48,500 MXN
• SO-2031 — $12,800 MXN
• SO-2045 — $87,200 MXN

Total: $148,500 MXN. Want me to confirm them?
Yes, confirm all 3
✅ 3 orders confirmed. Status updated in Odoo.
🔥 Newest · Game changer

Code Odoo with Vibe Coding

Forget opening the editor, setting up environments and debugging modules by hand. Describe what you want in plain language and our AI writes, tests and deploys the code straight into your Odoo instance. Coding has never been this fast.

exdoo-deploy · staging-importadoracork-dev
AI connected
~/odoo $ vibe "add a 'SAT Code' field to the product, validate 8 numeric digits"
🤖 Analyzing your instance... module product.template identified.
📝 Generating module exdoo_codigo_sat...
📄 models/product_template.py
from odoo import models, fields, api from odoo.exceptions import ValidationError class ProductTemplate(models.Model): _inherit = 'product.template' codigo_sat = fields.Char( string='SAT Code', size=8, help='SAT product/service code (8 digits)' ) @api.constrains('codigo_sat') def _check_codigo_sat(self): for rec in self: if rec.codigo_sat and not rec.codigo_sat.isdigit(): raise ValidationError('Only 8 numeric digits')
Tests generated (tests/test_codigo_sat.py) — 4/4 passing
🚀 Deploy to staging complete · 28s
🎉 Done! Field added and validated. Try it at staging-importadoracork-dev.odoo.blue · Should I merge to main?
~/odoo $

10× faster than writing it by hand

What used to take 2 hours now takes 10 minutes. The AI knows Odoo conventions, the ORM, XML views and model inheritance.

🧪

Tests included automatically

Every change ships with generated unit tests. The AI checks that your code breaks nothing before it deploys.

🔄

Automatic deploy to staging

The code is tested on a Git branch and deployed to a live staging. You review it in the browser, approve, and it merges to main.

🛡️

You approve every change

"Human in the loop" mode: the AI proposes, you review the diff and decide. Nothing reaches production without your approval.

📚

It learns your code

The AI knows your custom modules, conventions, field names and business rules. It codes "the way you would".

💬

Natural conversation

"Add a PDF sales report by salesperson with monthly totals". The AI gets it, builds it and hands it to you ready to use.

What you can do with Vibe Coding

"Create a wizard to import invoices from Excel"
"Add a button on the customer to send an account summary over WhatsApp"
"Change the sales report to include profit margin"
"Create a module to sync inventory with my Shopify store"
"Build me a dashboard with sales KPIs by branch"
"Migrate these 200 records from the CSV into my database"

Can you picture your team coding 10× faster?

I want a live demo
Who it's for

Is this platform for you?

🏢

Companies with a customized Odoo

If your IT team or a partner builds custom modules, you need stagings, version control and orderly deploys. This platform is your DevOps partner.

🚀

Partners and integrators

If you manage several Odoo instances for multiple clients, centralize everything here. One dashboard, shared credentials, controlled deploys and multi-client support.

💰

Companies escaping Odoo SH

If you pay a lot for Odoo SH and want more control, better performance and predictable costs, we migrate your instance and you work exactly as before — but on your own infrastructure.

Start today

Ready to take your Odoo to the next level?

Request a personalized demo of Exdoo Deploy IA. We'll show you how to migrate from Odoo SH and how our AI can transform the way your ERP runs.

Request a free demo