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
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_ids One2many → fleet.vehicle.configuration
    help='Define several configurations for a vehicle' string='Configurations' args: 'fleet.vehicle.configuration', 'vehicle_id'
Public methods (0)

No public methods.

New fields (4)
  • max_seats Integer
    default=10
  • name Char
    required=True
  • sequence Integer
    default=10
  • vehicle_id Many2one → fleet.vehicle
    ondelete='cascade' required=True args: 'fleet.vehicle'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…