Hi Odoo community,
I’m trying to run the full Odoo (version 17/19 CE) in GitHub Codespaces. I’ve pushed my Odoo code to a GitHub repository and set up a .venv, but I’m running into dependency issues and I’m not sure if Codespaces can handle the full Odoo environment including PostgreSQL.
I want to know:
- Has anyone successfully run full Odoo in GitHub Codespaces?
- What are the steps to set up Odoo 17/19 in Codespaces?
- Are there recommended configurations for .devcontainer or requirements.txt to avoid missing modules and build errors?
- Any tips for running PostgreSQL and Odoo together in Codespaces?
Thanks in advance!