Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/metabase-odoo
A docker stack with Odoo and Metabase
https://github.com/paoliniluis/metabase-odoo
Last synced: 7 days ago
JSON representation
A docker stack with Odoo and Metabase
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-odoo
- Owner: paoliniluis
- Created: 2023-01-29T15:00:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T15:16:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T06:47:35.547Z (about 2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metabase & Odoo
Playground to build dashboards and questions in Metabase on Odoo's schema
## How to run
1) Install Docker
2) Clone this repository
3) docker-compose up on the root of the repository you just cloned
4) Wait some time till Odoo and Metabase spin up
5) Enter Odoo @ http://localhost:8069/ with admin:admin
6) Enter Metabase @ http://localhost:3000 with [email protected]:metabot1## What do you have
- Odoo pre-provisioned with stock,account,purchase,sale_management modules (you can add the ones you want in the docker-compose.yml file)
- Metabase pre-initialized with an admin user and with the Odoo database added to play with the data## Pendings
- Complete all Metabase Data Model to grab all the metadata so Metabase can offer all its power in questions and dashboards (e.g. configuring boolean fields to a boolean in Metabase, a categorical field to a category, etc)
- Build questions and dashboards that make sense