> ## 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.

# Projects

> Organize your Odoo customizations into projects.

A **project** in CodeCobra represents a single Odoo instance or a group of related customizations. Each project is tied to a specific Odoo version and edition, and can be connected to one or more GitHub repositories for code deployment.

## Why projects matter

Projects keep your work organized. If you manage multiple Odoo instances — or want to separate different areas of customization (like sales vs. warehouse) — each one gets its own project. All tasks, plans, and code within a project share the same Odoo version, edition, and repository configuration.

## Your projects page

The **Projects** page displays all your projects as cards. Each card shows:

* The project name and custom icon
* The Odoo version (17.0, 18.0, or 19.0) and edition
* Whether it's a personal project or belongs to an organization
* When it was last updated

Click any project card to open it.

## Inside a project

When you open a project, you'll find these sections:

| Tab          | What it shows                                                                                                                                       |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Overview** | A summary of task statistics (total, completed, in progress, planning), connected repositories with branch info, usage metrics, and recent activity |
| **Tasks**    | All tasks within this project — create new tasks, filter by status, and jump into any task                                                          |
| **Settings** | Project configuration — rename, change settings, add or remove repositories                                                                         |
| **Usage**    | Detailed breakdown of activity and usage within this project over time                                                                              |

## Dashboard

Your **Dashboard** (the home page after signing in) gives you a bird's-eye view across all projects:

* **Stats cards** — total projects, total tasks, tasks in progress, and completed tasks
* **Quick actions** — create a new project or task in one click
* **Recent tasks** — jump back into what you were working on
* **Search** — find any project or task by name from the dashboard search bar

## Moving a project

If you started with a personal project and later want to share it with your team, you can move it to an organization:

1. Go to the project's settings
2. Click **Move to Workspace**
3. Select the organization and optionally assign it to a team

The project and all its tasks become accessible to organization members based on their team assignments. See [Organizations](/organizations/overview) for more on how this works.

## What's next

<CardGroup cols={2}>
  <Card title="Create a project" icon="plus" href="/projects/create-project">
    Step-by-step guide to setting up a new project.
  </Card>

  <Card title="Connect GitHub" icon="github" href="/projects/github-integration">
    Link repositories for code deployment.
  </Card>

  <Card title="Create a task" icon="list-check" href="/tasks/create-task">
    Start building or exploring within a project.
  </Card>

  <Card title="Explore Odoo" icon="magnifying-glass" href="/tasks/explore-odoo">
    Use CodeCobra to learn about Odoo features first.
  </Card>
</CardGroup>
