Odoo integration with Supabase

  Oct 20, 2025      2m      0   
 

Odoo integration with Supabase full feature set (Table/SQL editor, database management)

Odoo integration with Supabase

Please install Docker and Docker-Compose before walking through this tutorial.

Github Odoo Supabase Docker Compose

Github: https://github.com/minhng92/odoo-supabase/

Star my repository if it helps. Thank you.

Installing Odoo integration with Supabase

git clone git@github.com:minhng92/odoo-supabase.git
cd odoo-supabase
docker-compose up -d
  • Open localhost:10019 to access Odoo 19
    • Default login: admin / admin
    • Database password: minhng.info (configure in etc/odoo.conf file)
  • Open localhost:8000 to access Supabase Studio Dashboard
    • Login: supabase / minhng.info (configure in .env file)

Quick command to setup Odoo-Supabase

# Default setup in target directory "odoo-supabase"
# Require available ports: 10019, 20019, 8000
curl -s https://raw.githubusercontent.com/minhng92/odoo-supabase/master/run.sh | bash

or

curl -s https://raw.githubusercontent.com/minhng92/odoo-supabase/master/run.sh | bash -s odoo-supabase 11019 21019 9000

In the above command, a few parameters:

  • odoo-supabase: target folder on local machine
  • 11019: Odoo port
  • 21019: chat port
  • 9000: Supabase Studio Dashboard port

Odoo posts:

Extra:


Khám phá Odoo