Fleet Vehicle Capacity

fleet_vehicle_capacity
REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/14.0/fleet_vehicle_capacity
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 18:50:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - fleet
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds fields to manage the weight and volume capacity in the vehicle model. It is also designed to be easily expandable, allowing the addition of other vehicle-specific capacities in the future as needed.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
fleet_vehicle_form_view fleet.vehicle field Inherits fleet.fleet_vehicle_view_form
fleet_vehicle_model_form_view fleet.vehicle.model notebook Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_model_tree_view fleet.vehicle.model field Inherits fleet.fleet_vehicle_model_view_tree
res_config_settings_form_view res.config.settings xpath Inherits fleet.res_config_settings_view_form
Models touched (3)

New fields (7)
  • passenger_capacity Float
    help='The maximum passenger capacity the vehicle can support.' related='model_id.passenger_capacity' string='Passenger Capacity'
  • passenger_uom_id Many2one
    related='model_id.passenger_uom_id' string='Passenger Capacity UOM'
  • vehicle_weight Float
    help='The weight of the vehicle.' related='model_id.vehicle_weight' string='Vehicle Weight'
  • volume_capacity Float
    help='The maximum volume capacity the vehicle can support.' related='model_id.volume_capacity' string='Volume Capacity'
  • volume_uom_id Many2one
    related='model_id.volume_uom_id' string='Volume Capacity UOM'
  • weight_capacity Float
    help='The maximum weight capacity the vehicle can support.' related='model_id.weight_capacity' string='Weight Capacity'
  • weight_uom_id Many2one
    related='model_id.weight_uom_id' string='Weight and Capacity UOM'
Public methods (0)

No public methods.

New fields (7)
  • passenger_capacity Float
    help='The maximum passenger capacity the vehicle can support.' string='Passenger Capacity'
  • passenger_uom_id Many2one → uom.uom
    default=<expr> domain=<expr> string='Passenger Capacity UOM' args: 'uom.uom'
  • vehicle_weight Float
    help='The weight of the vehicle.' string='Vehicle Weight'
  • volume_capacity Float
    help='The maximum volume capacity the vehicle can support.' string='Volume Capacity'
  • volume_uom_id Many2one → uom.uom
    default=<expr> domain=<expr> string='Volume Capacity UOM' args: 'uom.uom'
  • weight_capacity Float
    help='The maximum weight capacity the vehicle can support.' string='Weight Capacity'
  • weight_uom_id Many2one → uom.uom
    default=<expr> domain=<expr> string='Weight and Capacity UOM' args: 'uom.uom'
Public methods (0)

No public methods.

New fields (3)
  • vehicle_passenger_uom_id Many2one → uom.uom
    config_parameter='fleet.default_vehicle_passenger_uom_id' default=<expr> default_model='res.config.settings' domain=<expr> help='Default Unit of measure for vehicle passenger capacity.' string='Default Vehicle Passenger Capacity UOM' args: 'uom.uom'
  • vehicle_volume_uom_id Many2one → uom.uom
    config_parameter='fleet.default_vehicle_volume_uom_id' default=<expr> default_model='res.config.settings' domain=<expr> help='Default Unit of measure for vehicle volume capacity.' string='Default Vehicle Volume Capacity UOM' args: 'uom.uom'
  • vehicle_weight_uom_id Many2one → uom.uom
    config_parameter='fleet.default_vehicle_weight_uom_id' default=<expr> default_model='res.config.settings' domain=<expr> help='Default Unit of measure for vehicle weight and capacity.' string='Default Vehicle Weight and Capacity UOM' args: 'uom.uom'
Public methods (0)

No public methods.