All articles

Getting Started

What is CICDoo Getting started: the onboarding wizard The Dashboard and Infrastructure Map

Concepts

Production, staging and development stages Domains, subdomains and SSL Odoo versions and editions (Community vs Enterprise) Workspaces and team collaboration

Servers

Adding a server Server domains and DNS Using a load balancer Server actions: deploy, logs and charts

Projects & Git

Creating a project Connecting GitHub Connecting GitLab Branches and instances

Instances & Console

Creating an instance Restarting, stopping and removing an instance Merging branches between stages Web IDE and remote access Instance settings explained Deployments and the job queue

Agent Tasks

What agent tasks are Setting up agent tasks Running a task and reviewing the result Agent time and top-ups

Monitoring & Backups

Monitoring your instance Backups and restore Alert notifications (email and SMS)

Workspaces & Permissions

Inviting workspace members Member permissions and resource access A member cannot see or use a resource

Account & Security

Two-factor authentication (2FA) Profile and integrations settings Passwords and account recovery

Billing & Plans

Plans and pricing Upgrading and managing your subscription If a project subscription goes unpaid The channel partner program

Support & Tickets

Opening a support ticket Getting help from the CICDoo team

Troubleshooting

Troubleshooting: cannot connect a server Troubleshooting: a deployment failed Troubleshooting: git push fails with 403 after moving a repository Troubleshooting: my instance is down or slow Troubleshooting: domain or SSL problems

Concepts

Odoo versions and editions (Community vs Enterprise)

How to choose the Odoo version and edition when creating a project, and what Enterprise edition requires.

Choosing an Odoo version

When you create a project, the Version field sets which Odoo version the project runs. You can pick any major version from 11.0 upward, including the most recent releases and their intermediate versions, as well as master (the in-development branch). All instances of the project use this version.

Community vs Enterprise

The Edition field offers two choices:

  • Community (Open Source): the default. Odoo Community is open source and needs no special access.
  • Enterprise: Odoo's commercial edition. Its source code lives in private repositories owned by Odoo, so extra requirements apply (see below).

What Enterprise edition requires

One thing is needed to select Enterprise:

  • A GitHub Personal Access Token (PAT) with access to the Odoo Enterprise repositories. Because those repositories are private, CICDoo needs a token from a GitHub account that Odoo has granted access to (typically through an Odoo Enterprise subscription or partnership). When you select Enterprise in the form, a notice appears showing your current PAT status.

If you connect GitHub with a PAT instead of the OAuth flow, create the token in your GitHub settings with the repo and read:user scopes; the project form links you to the right GitHub page.

Steps

  1. Open Projects and click to create a new project (or use the onboarding wizard).
  2. Connect your Git provider (GitHub or GitLab) if you have not already.
  3. Fill in the project name and choose New Project or Existing Project.
  4. Pick the Version.
  5. Pick the Edition. If you choose Enterprise, make sure your GitHub PAT with Odoo Enterprise access is configured.
  6. Assign at least a production server, see Production, staging and development stages, then click Create Project.

If you get stuck, open a support ticket from the Tickets page or the chat widget.

Still stuck? Open a ticket from the app or talk to an engineer.