Odoo-Integration

Wie togrant.com mit Odoo kommuniziert.

100% Standard-Odoo-API. Dieselbe XML-RPC-Schnittstelle, die seit Version 8 mit jeder Odoo-Installation ausgeliefert wird, genau so verwendet wie die Odoo-Dokumentation es vorschreibt. Ihr Odoo bleibt so, wie Odoo Inc. es entworfen hat; togrant.com ist lediglich ein wohlverhaltener API-Client, der daneben sitzt.

▶ Die vollständige Synchronisation in Aktion sehen — the 3-minute walkthrough shows every read and write between togrant.com and Odoo.

Was in Odoo synchronisiert wird

togrant.com writes into three standard Odoo models — the ones already designed for project work and analytic accounting. Everything else in your Odoo keeps doing what it was doing.

We never write to res.partner, account.move, account.move.line, or anything in the chart of accounts. That's finance's territory.

Die drei Analysepläne

Odoo 17 introduced multi-plan analytic accounting, and that's the mechanism togrant.com leans on. Each plan slices analytic lines by a different axis; combined, they give you per-project + per-donor + per-line-item drill-down.

PlanAxisExample accounts
Plan 1 — Project Which togrant.com project PRJ-001 Civic Voices Uganda
PRJ-002 Civic Voices Burundi
Plan 2 — Donor budget line Which donor category HR
TRV
EQP
IND
Plan 3 — Donor budget detail Which specific budget line 1.1.1.a Project Director
2.1 International flights

A single bill in Odoo can be tagged with one analytic account from each plan. Sum across one axis to get per-project actuals; sum across another to get per-donor-line actuals. Same data, different views.

Wie wir schreiben

Every write goes through an idempotency key shaped like tenant_id:entity_type:entity_id:operation. Before any mutation, we check whether the operation has already succeeded. If it has, we skip and reuse the existing Odoo ID. This means:

my.togrant.com/admin/tenants/acme/odoo
Sync log with idempotency keys, timestamps and per-call response status

Das Synchronisationslog

Every call writes a sync_log row: timestamp, tenant, entity, operation, idempotency key, HTTP status, response size, latency, error message (if any). Read the sync log chapter in the manual for a tour of the columns + how to read a failed sync. The log is:

Verbindungsstatus

A 5-minute cron pings each tenant's Odoo with a no-op call and records the result. The admin dashboard shows a green / amber / red pill per tenant. Integration health is its own manual chapter with what each state means and the steps to recover. Red for more than 15 minutes triggers an alert to the support team — usually before the customer notices.

Laptop screen showing financial analytics and time-series graphs

Kompatibilität

Älteres Odoo? Die Dreiplan-Analysestruktur wurde in Odoo 17 eingeführt. Frühere Versionen verwendeten eine einzige Analyseachse, was für einige Geberberichte funktioniert, aber nicht für kombiniertes Projekt- und Geber-Drill-down. Wenn Sie Odoo 16 oder älter verwenden, empfehlen wir, ein Upgrade zu planen, bevor Sie togrant.com einsetzen — lassen Sie uns über den Zeitplan sprechen.

Wo Odoo das Steuer behält

Some parts of your Odoo are the parts your finance team built their workflow around. togrant.com respects those boundaries so the people doing the books keep doing what they were doing:

Clean boundaries mean an Odoo upgrade rarely needs anything from us, and a togrant.com release rarely needs anything from your finance team.


30 Tage kostenlos starten Ihre Odoo-Einrichtung mit uns durchgehen