From 8d8498e59c030a205a0c9ea16d2f07a6b177366c Mon Sep 17 00:00:00 2001 From: Kristof Bernaert Date: Sun, 14 Jun 2026 01:12:00 +0200 Subject: [PATCH] fix: fix RST description in dlv_fleetflow_contactflow manifest --- dlv_fleetflow_contactflow/__manifest__.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dlv_fleetflow_contactflow/__manifest__.py b/dlv_fleetflow_contactflow/__manifest__.py index fad816a..f3d076f 100644 --- a/dlv_fleetflow_contactflow/__manifest__.py +++ b/dlv_fleetflow_contactflow/__manifest__.py @@ -3,14 +3,15 @@ "name": "FleetFlow ContactFlow API", "summary": "Expose Busenco trip drivers as a ContactFlow JSON API " "secured by an API key.", - "description": """ - FleetFlow ContactFlow API - ========================= + 'description': """ +Exposes trip.driver records as a JSON feed endpoint, consumed by the +WordPress dlv-odoo-contactflow plugin. - Provides a token-authenticated HTTP endpoint that returns the active - trip drivers (busenco_custom ``trip.driver``) as JSON contacts, - optionally filtered by office location. - """, +Endpoint: GET /fleetflow/contactflow/drivers?location= + +Authentication: Bearer token via Odoo native API keys. +Generate a key via Settings > Users > (user) > API Keys > New. +""", "author": "bv Domus La Vila", "website": "https://domuslavila.eu", "category": "Technical",