| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/fleet |
| GIT | |
| GIT | https://github.com/OCA/fleet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/fleet/tree/14.0/fleet_vehicle_capacity |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Escodoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Escodoo |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Marcel Savegnago |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/fleet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 18:50:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - fleet - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
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'
No public methods.