TIP: You can type at any time to perform a new search.
Fleet Vehicle Configuration
fleet_vehicle_configuration · OCA/fleet
- Repository
- OCA/fleet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Fleet
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/fleet
- Last tracking update
- 2026-08-07 09:06:34
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module provides a way to define several vehicle internal configuration. This basic one sets a max_seats field. This module does not handle variant of a same car (options, ...). Example: - car with 5 seats configuration or 7 seats configuration - Same utility truck that can be configured as: - 3 seats - 5 seats - 11 seats
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fleet_vehicle_configuration_view_form |
fleet.vehicle.configuration.form | fleet.vehicle.configuration | form | New |
fleet_vehicle_configuration_view_tree |
fleet.vehicle.configuration.tree | fleet.vehicle.configuration | list | New |
fleet_vehicle_view_form |
fleet.vehicle.form | fleet.vehicle | form | Inherits fleet.fleet_vehicle_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
configuration_idsOne2many → fleet.vehicle.configurationhelp='Define several configurations for a vehicle'string='Configurations' args: 'fleet.vehicle.configuration', 'vehicle_id'
No public methods.
New fields (4)
-
max_seatsIntegerdefault=10 -
nameCharrequired=True -
sequenceIntegerdefault=10 -
vehicle_idMany2one → fleet.vehicleondelete='cascade'required=True args: 'fleet.vehicle'
No public methods.
Loading…
Loading…
Loading…