odoo-gateway

gateway for webhooks between odoo and other applications

env

setup

cp env.template .env
echo "Fill out '.env'"

additional env variables

variable description value example
WEBHOOK_TASK_ASSIGNEE_OVERRIDE_ID User ID used as assignee when creating tasks via "fb_todo". Value: Integer 2

web

setup

python3 -m venv venv

run

source venv/bin/activate
./run.sh

httpx

source

fastapi

source

odoorpc

source

cli

run

source venv/bin/activate
python cli.py --help

click

source

rich

source