CE
OBM CE 1.0.0
First public release of the free, self-hosted Community Edition — AGPL-3.0, one Docker container, unlimited Odoo instances and databases.
-
Agentless scheduled backups of Odoo databases — a
.zipwith filestore or a db-only.dump— via Odoo's own database-manager endpoints. - Customers → instances → databases model, with a live-discovery onboarding wizard.
- Daily / weekly / monthly / cron schedules, each with its own timezone.
-
Integrity verification (zip CRC + manifest,
pg_dumpheader) with a SHA-256 recorded per backup; sizes compared against previous runs. - Keep-rules retention — keep N days and/or last N copies, the newest backup never deleted — plus daily orphan reconciliation.
- Dashboard with 30-day trends, live job progress and a full activity log.
- Single-admin login (bcrypt, env-seeded, recovery hatch), CSRF-guarded API, login rate limiting.
- Ships as one container — FastAPI + SQLite + APScheduler + React SPA — with migrations run on start.