14. Sync log
All roles can read
Append-only log of every API call togrant.com makes to Odoo, plus every read. Used for debugging sync issues + audit trail.
Columns
- When — timestamp.
- Direction — read / write.
- Entity — project / budget / grant.
- Odoo model — e.g.
account.analytic.account,budget.analytic.line. - Status — pending / success / failure.
- Latency — ms.
- Idempotency key — unique per logical operation; matches on retries.
Click any row to expand the redacted request + response payloads (API keys + Bearer tokens are stripped, payloads truncated at 16 KB).