All articles
Getting Started
What is CICDoo "Getting started: the onboarding wizard" The Dashboard and Infrastructure MapConcepts
Production, staging and development stages Domains, subdomains and SSL Odoo versions and editions (Community vs Enterprise) Workspaces and team collaborationServers
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 instancesInstances & 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 queueMonitoring & 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 resourceAccount & Security
Two-factor authentication (2FA) Profile and integrations settings Passwords and account recoveryBilling & Plans
"Plans: Free, Pro and Enterprise" Upgrading and managing your subscription What happens when you hit a plan limitSupport & Tickets
Opening a support ticket Getting help from the CICDoo teamTroubleshooting
"Troubleshooting: cannot connect a server" "Troubleshooting: a deployment failed" "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
Two things are needed to select Enterprise:
- A Pro plan or higher. On plans without Enterprise support the option is disabled and labeled "Pro plan required". Current prices are on the pricing page at cicdoo.com; upgrade under Settings, Billing tab.
- 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
- Open Projects and click to create a new project (or use the onboarding wizard).
- Connect your Git provider (GitHub or GitLab) if you have not already.
- Fill in the project name and choose New Project or Existing Project.
- Pick the Version.
- Pick the Edition. If you choose Enterprise, make sure your GitHub PAT with Odoo Enterprise access is configured.
- 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.