At a glance
| Category | Audit & Logging |
| Compatibility | Odoo 17.0 Community & Enterprise |
| Version | 17.0.1.0.0 |
| Price | $149.00 USD · one-time purchase, no recurring |
| Setup time | ~ 30–60 minutes for a typical Odoo install |
| Included | Module .zip + Setup Guide PDF (bundled inside the zip and attached to your receipt email) + email installation support for 7 days |
| Premium Support | Add 1-year priority support for +$149 — free re-downloads, major version updates, response within 1 business day |
| License | LGPL-3 unless noted in __manifest__.py · install on any Odoo instance you operate |
| Delivery | Single-use signed download link emailed the moment your payment confirms. Link expires in 7 days; we re-issue free if you lose it. See Terms. |
What you get
A drop-in flow.event model and FlowLog helper that any Odoo module can call to record a structured audit trail of what happened, when, and how long it took.
How it works
Add flow_log to your manifest's depends, then call FlowLog.event(env, flow='payment', step='POST /charge', summary='OK') for one-shot logging, or use the FlowLog.wrap() context manager to auto-time a block and capture exceptions. All events land in a single Events table with filters, search, and grouping in the UI.
Key features
- Single
flow.eventtable withflow / step / level / code / summary / detaildiscriminators FlowLog.event(env, ...)one-shot helper - never raises, never breaks the host operationFlowLog.wrap(env, ...)context manager - auto-times the block, captures exceptions, attaches request/response- Latency in ms, FK to partner / move / payment transaction / arbitrary record
- Pre-built views: All events, Recent errors (last 24h), with filters by flow + level
- Cron-driven retention - configurable, defaults to 90 days
- Secret-redacted request/response logging - strips
auth*,token,password, etc.
Compatibility
- Odoo 17.0 Community / Enterprise
- No third-party Python dependencies
- Depends on Odoo's built-in
base+accountmodules only
Need help installing?
If you would rather we install + configure this for you, see our Installation & Setup Service.
LGPL-3. Digital download, no refunds - see refund policy.