| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 775 |
| Technical Name |
gb_webhook_event_bus_framework |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 775 |
| Technical Name |
gb_webhook_event_bus_framework |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Webhook & Event Bus Frame
Emit signed outbound webhooks on model events with retries, queueing and a full delivery log
Integrating Odoo with other systems usually means custom code, fragile cron jobs and no visibility when a call fails. This framework turns any model event — create, write or unlink — into an outbound HTTP webhook from the UI. It queues, signs, delivers and retries the payload, recording every attempt, and exposes an internal event bus so other modules can publish custom events programmatically.
Key Features
Signed endpoints
Each endpoint signs requests with HMAC-SHA256 using a per-endpoint secret (auto-generated and rotatable), sent in an X-Webhook-Signature header so receivers can verify authenticity.
Model-event subscriptions
Subscribe a target URL to a model and trigger (create / write / unlink) with an optional domain, so only the records you care about fire a webhook.
Asynchronous queue
Deliveries are queued and processed by a scheduled cron, so user actions are never blocked waiting on a remote server to respond.
Retries with backoff
Failed deliveries retry automatically with exponential backoff (base × 2^attempt) up to a configurable maximum attempt count before being abandoned.
Full delivery log
Every attempt records the payload, response code, response body, duration and attempt number — with a success rate per endpoint — so failures are easy to diagnose.
Test & custom events
A test-fire wizard and retry-now action speed up setup, a JSON template shapes the payload per subscription, and an internal event bus lets other modules publish custom events.
No-code integration
Wire Odoo into other systems from the UI — no custom connectors or developer time for each new hook.
Reliable delivery
Queueing, retries and backoff mean a momentary outage at the receiver doesn't lose your events.
Secure by default
Signed payloads and optional auth headers let receivers trust that requests genuinely came from your Odoo.
Observable
A complete delivery log and per-endpoint success rate make integration failures visible instead of silent.
Why Choose This Module
Integrators, developers and operations teams connecting Odoo to CRMs, data warehouses, automation platforms and custom services that want a reliable, observable, signed outbound webhook layer and an internal event bus.
Specifications
- Compatible: Odoo 18.0 / 19.0
- License: LGPL-3
- Languages: 35+
- Author: Baris Genc
- Dependencies: base
- Support: odoo@gencbaris.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module