Documentation Index
Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create a new project
Click New Project from your Projects page or dashboard to start the setup wizard.Set the basics
Fill in the following:
- Project name — a descriptive name like “Sales Customizations” or “Warehouse Automation”
- Odoo version — select the version your Odoo instance runs (17.0, 18.0, or 19.0)
- Edition — choose Community or Enterprise, matching your Odoo license
- Workspace — assign the project to your personal workspace or an organization
If you assign a project to an organization, it will be accessible to team members based on their team permissions. If the organization has teams with “auto-add to new projects” enabled, those teams will automatically be assigned.
Connect GitHub (optional)
If you want CodeCobra to push code directly to your repositories:
- Toggle on Connect GitHub
- Search for and select your repositories from the list
- For each repository, choose a staging branch (where code goes for testing) and a production branch (where final code is deployed)
Connect Odoo (optional)
Give the agent direct access to your real Odoo databases over MCP — it
can read records, run searches, and (in Yolo mode) write changes
instead of only working in the disposable onboard pod.Click Add Odoo environment, paste your Odoo URL, pick the database
from the dropdown, and provide a login + API key. CodeCobra will
auto-detect the database when only one exists on the server.You can add as many environments as you want (e.g. one for Production
and one for Staging) and skip this step entirely if you’d rather
configure Odoo later from project settings.See the full Odoo setup guide for how
to create an API key, choose a tier, and troubleshoot connection
errors.
Choosing the right Odoo version
Make sure you select the Odoo version that matches your actual instance. This matters because:- CodeCobra writes code that’s compatible with your specific version
- Odoo modules and features vary between versions
- API changes between versions can cause modules to be incompatible
Supported Odoo versions
CodeCobra supports the following Odoo versions:| Version | Community | Enterprise |
|---|---|---|
| 17.0 | Yes | Yes |
| 18.0 | Yes | Yes |
| 19.0 | Yes | Yes |
Move a project to an organization
If you started with a personal project and later want to share it with your team:- Open the project and go to Settings
- Click Move to Workspace
- Select the organization
- Optionally assign it to a specific team
Next steps
Create a task
Start building or exploring Odoo features within your project.
Connect GitHub
Set up repository integration for code deployment.
Connect Odoo
Wire up real Odoo databases the agent can read and write.
Explore Odoo
Learn what Odoo can do before you start building.