Repository
odoo/odoo · module folder
Module version
1.0
Category
Uncategorized
Folder size
0.56 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-15 22:44:16
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Arnold Moyaux, Julien Castiaux, Tiffany Chang (tic), Gorash, Dylan Kiss (dyki), Bruno Boi (boi), Mohammad Abdulmoneim, dhha-odoo, Mohammad Abdulmoneim (abdu), Krzysztof Magusiak (krma), temo-odoo, Youssef
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Transport Management: organize packs in your fleet, or carriers.

Code Analysis

Views touched (14)
XML IDNameModelTypeStatus
fleet_vehicle_model_category_view_form_stock_fleet fleet.vehicle.model.category.view.form.inherit.stock.fleet fleet.vehicle.model.category form Inherits fleet.fleet_vehicle_model_category_view_form
fleet_vehicle_model_category_view_tree_stock_fleet fleet.vehicle.model.category.view.list.inherit.stock.fleet fleet.vehicle.model.category list Inherits fleet.fleet_vehicle_model_category_view_tree
report_picking_batch_inherit report_picking_batch_inherit ir.ui.view qweb Inherits stock_picking_batch.report_picking_batch
stock_location_form_stock_fleet stock.location.form.inherit.stock.transport stock.location form Inherits stock.view_location_form
stock_picking_batch_filter stock.picking.batch.filter.inherit.stock.fleet stock.picking.batch Inherits stock_picking_batch.stock_picking_batch_filter
stock_picking_batch_form stock.picking.batch.form.inherit.stock.fleet stock.picking.batch form Inherits stock_picking_batch.stock_picking_batch_form
stock_picking_batch_graph stock.picking.batch.graph stock.picking.batch graph New
stock_picking_batch_kanban stock.picking.batch.kanban.inherit.stock.fleet stock.picking.batch kanban Inherits stock_picking_batch.stock_picking_batch_kanban
stock_picking_batch_pivot stock.picking.batch.pivot stock.picking.batch pivot New
stock_picking_batch_tree stock.picking.batch.list.inherit.stock.fleet stock.picking.batch list Inherits stock_picking_batch.stock_picking_batch_tree
stock_picking_tree_inherit_stock_fleet stock.picking.list.inherit.stock.transport stock.picking list Inherits stock_picking_batch.stock_picking_view_batch_tree_ref
stock_picking_type_kanban_inherit_stock_fleet stock.picking.type.kanban.inherit.stock.transport stock.picking.type kanban Inherits stock.stock_picking_type_kanban
view_picking_type_form stock.picking.type.form.inherit.stock_fleet stock.picking.type form Inherits stock.view_picking_type_form
vpicktree stock.picking.list.inherit.stock.fleet stock.picking list Inherits stock.vpicktree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (4)
  • volume_capacity Float
    string='Max Volume'
  • volume_capacity_uom_name Char
    compute='_compute_volume_capacity_uom_name' string='Volume unit of measure label'
  • weight_capacity Float
    string='Max Weight'
  • weight_capacity_uom_name Char
    compute='_compute_weight_capacity_uom_name' string='Weight unit of measure label'
Public methods (0)

No public methods.

New fields (1)
  • zip Char
    related='partner_id.zip' search='_search_zip' string='Zip'
Public methods (1)
  • write(self, vals)

New fields (13)
  • allowed_dock_ids Many2many
    related='picking_type_id.dock_ids' string='Allowed Docks'
  • dock_id Many2one → stock.location
    compute='_compute_dock_id' domain="[('id', 'child_of', allowed_dock_ids)]" readonly=False store=True string='Dock' args: 'stock.location'
  • driver_id Many2one → res.partner
    compute='_compute_driver_id' readonly=False store=True string='Driver' args: 'res.partner'
  • end_date Datetime
    compute='_compute_end_date' store=True args: 'End Date'
  • has_dispatch_management Boolean
    related='picking_type_id.dispatch_management' string='Dispatch Management'
  • used_volume_percentage Float
    compute='_compute_capacity_percentage' string='Volume %'
  • used_weight_percentage Float
    compute='_compute_capacity_percentage' string='Weight %'
  • vehicle_category_id Many2one → fleet.vehicle.model.category
    compute='_compute_vehicle_category_id' readonly=False store=True string='Vehicle Category' args: 'fleet.vehicle.model.category'
  • vehicle_id Many2one → fleet.vehicle
    string='Vehicle' args: 'fleet.vehicle'
  • vehicle_volume_capacity Float
    related='vehicle_category_id.volume_capacity' string='Max Volume (m³)'
  • vehicle_weight_capacity Float
    related='vehicle_category_id.weight_capacity' string='Vehcilce Payload Capacity'
  • volume_uom_name Char
    compute='_compute_volume_uom_name' string='Volume unit of measure label'
  • weight_uom_name Char
    compute='_compute_weight_uom_name' string='Weight unit of measure label'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • order_on_zip(self)
  • write(self, vals)

New fields (2)
  • dispatch_management Boolean
    help='Enable this option to display dispatch management related details in the batch/wave form view and operations kanban overview.' args: 'Dispatch Management'
  • dock_ids Many2many → stock.location
    compute='_compute_dock_ids' domain="[('warehouse_id', '=', warehouse_id), ('usage', '=', 'internal')]" readonly=False store=True args: 'stock.location', 'dock_location_stock_picking_type_rel'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…