| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 1114 |
| Technical Name |
flight_number |
| License | LGPL-3 |
| Website | https://github.com/smartops-aero/flight |
| Versions | 16.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 1114 |
| Technical Name |
flight_number |
| License | LGPL-3 |
| Website | https://github.com/smartops-aero/flight |
| Versions | 16.0 18.0 |
Flight Number
Add standardized flight numbers and prefixes to your flight operations
What It Does
Extends the Flight module by adding flight number and prefix fields. Assign standardized flight identifiers like "AA123" or configure custom prefixes for your operations.
Simple and focused: adds exactly what you need for flight number management without complexity.
Features
Flight Numbers
Add flight number fields directly to flight records for standard aviation identification.
Custom Prefixes
Configure flight prefixes for different operators, routes, or flight types (e.g., "AA", "UA", "DL").
Quick Setup
- Install the module from Odoo Apps
- Go to **Flights → Configuration → Flight Prefixes** to create prefixes
- Open any flight record
- Set the prefix and flight number in the new fields
Use Cases
Commercial Operations
Track flights with standard airline flight numbers
Charter Services
Assign unique identifiers to charter flights
Multi-Operator Environments
Use prefixes to distinguish between different operators
Example Flight Numbers:
Unlock Advanced Capabilities
Extend your flight management with premium enterprise modules
Delay Code Management
Track and categorize flight delays with IATA delay codes, automated reporting, and analysis tools for operational performance monitoring
View on Odoo Apps →Part of SmartOps Flight Suite
Extends the core Flight module with standardized numbering
Support & Documentation
Developed by Apexive Solutions LLC as part of the smartops.aero project
github.com/smartops-aero/smartops-odoo-flight
License: LGPL-3 • Version 18.0.1.0.0
Flight Number
Add standardized flight numbers and prefixes to flight operations in Odoo 16.
Overview
Simple extension that adds flight number and prefix fields to the Flight module. Assign standard aviation identifiers like "AA123" or configure custom prefixes for your operations.
Features
- Flight Numbers: Add flight number fields to flight records
- Custom Prefixes: Configure flight prefixes for operators, routes, or flight types
Installation
- Install from Odoo Apps menu
- Requires: base, flight modules
Usage
Configure Prefixes
- Go to Flights → Configuration → Flight Prefixes
- Create prefixes (e.g., "AA" for American Airlines, "CHT" for Charter)
Assign Flight Numbers
- Open any Flight record
- Select a prefix (optional)
- Enter the flight number
Module Structure
flight_number/
├── models/
│ ├── flight_flight.py # Extends flight model with number fields
└── flight_number.py # Flight prefix configuration
└── views/
├── flight_views.xml # Flight form enhancements
├── flight_number_views.xml
└── flight_prefix_views.xml
Example Use Cases
- Commercial Operations: Track flights with standard airline flight numbers
- Charter Services: Assign unique identifiers to charter flights
- Multi-Operator: Use prefixes to distinguish between different operators
Technical Details
- Simple Extension: Focused module that adds exactly what's needed
- Integration: Seamlessly extends core Flight module
- Flexible: Prefixes are optional, flight numbers can be used standalone
Support
- Author: Apexive Solutions LLC
- Website: https://github.com/smartops-aero/smartops-odoo-flight
- License: LGPL-3
Please log in to comment on this module