| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 576 |
| Technical Name |
sp_flight_connector |
| License | OPL-1 |
| Website | https://speeduplight.com/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 576 |
| Technical Name |
sp_flight_connector |
| License | OPL-1 |
| Website | https://speeduplight.com/ |
Flight Connector
The Flight Connector module allows you to integrate real-time aviation data into Odoo using the AirLabs API. Monitor live flight status, explore routes, retrieve airport and airline details, and automate updates with powerful webhook notifications - all from a centralized and developer-friendly interface.
Speeduplight provides FREE 90 Days Support for any queries, doubts, or bug fixes (excluding data recovery), ensuring a smooth and reliable experience after purchase.
Manage multiple
connectors at a glance
Colour-coded rows instantly show which connectors are healthy, which have errors, and which haven't been tested yet. Filter by status or group to find what you need fast.
- â Connected â AirLabs reachable
- â Error â Invalid key or rate limit
- â Inactive â Not yet tested
Simple setup.
Instant connection.
Create a connector record, paste your AirLabs API key, and click Test Connection. A green Connection: Active badge confirms the key is valid and all AirLabs endpoints are ready.
- Password-masked API key field
- Live status badge: Inactive / Active / Error
- Modify Connector button to re-edit after connecting
- View Webhook Listeners to inspect active alerts
- Webhook Base URL for Flight Alert push notifications
Complete AirLabs API Coverage
Every endpoint returns a clean Python dict or list â no raw JSON parsing in your module.
get_flight_data()
Real-time flight status by IATA or ICAO code
get_flights_by_route()
All live flights between two airports
get_airports()
Airport data by IATA, ICAO or country code
get_airlines()
Airline info by IATA or ICAO code
get_schedules()
Flight schedules by route, airline or flight number
get_routes()
Static route DB â useful for future-date planning
listen_flight()
Subscribe to live flight status push alerts
unlisten_flight()
Unsubscribe from a Flight Alert by listener ID
get_listeners()
List all active webhook listeners on AirLabs
Real-time push notifications
Subscribe to AirLabs Flight Alert to receive instant webhook pushes whenever a flight's status changes â gate updates, departure delays, arrival estimates, baggage belt changes, and more.
arr_estimated · arr_terminal · arr_gate ·
arr_baggage · status · arr_delayed
â ï¸ Webhook Base URL must be a publicly reachable HTTPS address. Localhost URLs are logged as warnings and will not receive pushes.
âï¸ Quick Setup
From Odoo App Store or copy to addons path.
A new menu item appears under Settings.
Get your key at airlabs.co
Green badge = ready. Call any API from your module.
ð§âð» Use from any Odoo module
One entry point. All AirLabs APIs. Clean Python dicts returned.
Our Odoo Services
We provide end-to-end Odoo solutions tailored to your business needs.
Consulting
Expert guidance to design, optimize and scale your Odoo implementation.
Development
Custom module development and seamless integrations for your workflows.
Migration
Smoothly migrate your data and system to newer Odoo versions with minimal downtime.
Support
Reliable post-deployment support and maintenance services.
Integration
Connect Odoo with external systems for seamless data flow and automation.
Training
Train your team to efficiently use Odoo and maximize productivity.
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