Stock Routes Transit

stock_route_transit
REPOSITORY
REPOSITORYOCA/stock-logistics-transport
GIT
GIThttps://github.com/OCA/stock-logistics-transport.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-transport/tree/10.0/stock_route_transit
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYGeneric Modules/Stock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_dropshipping
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
    - sale_stock
    - sale
    - sales_team
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_type_form Picking Types stock.picking.type field Inherits stock.view_picking_type_form
view_warehouse stock.warehouse field Inherits stock.view_warehouse
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (5)
  • change_route(self, cr, uid, ids, warehouse, new_reception_step=False, new_delivery_step=False, context=None)
    change input_loc, output_loc update active fiels on picking_types update location_dest (resp. src) of in (resp. out) picking type remove all routes of the WH and recreate them
  • create(self, cr, uid, vals, context=None)
  • create_sequences_and_picking_types(self, cr, uid, warehouse, context=None)
  • get_routes_dict(self, cr, uid, ids, warehouse, context=None)
    return a dict of routes. Keys are the possible reception/delivery steps, values are tuples of 2 elements: 1. the name of the route 2. a list of 0, 1 or 2 tuples of (from_loc, dest_loc, pick_type_id), giving the different steps of the route. The list is processed by `_get_push_pull_rules`.
  • switch_location(self, cr, uid, ids, warehouse, new_reception_step=False, new_delivery_step=False, context=None)
    set unused locations to active=False
REPOSITORY
REPOSITORYOCA/stock-logistics-transport
GIT
GIThttps://github.com/OCA/stock-logistics-transport.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-transport/tree/9.0/stock_route_transit
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYGeneric Modules/Stock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_dropshipping
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
    - web_tip
    - sale_stock
    - sale
    - sales_team
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_type_form Picking Types stock.picking.type field Inherits stock.view_picking_type_form
view_warehouse stock.warehouse field Inherits stock.view_warehouse
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (5)
  • change_route(self, cr, uid, ids, warehouse, new_reception_step=False, new_delivery_step=False, context=None)
    change input_loc, output_loc update active fiels on picking_types update location_dest (resp. src) of in (resp. out) picking type remove all routes of the WH and recreate them
  • create(self, cr, uid, vals, context=None)
  • create_sequences_and_picking_types(self, cr, uid, warehouse, context=None)
  • get_routes_dict(self, cr, uid, ids, warehouse, context=None)
    return a dict of routes. Keys are the possible reception/delivery steps, values are tuples of 2 elements: 1. the name of the route 2. a list of 0, 1 or 2 tuples of (from_loc, dest_loc, pick_type_id), giving the different steps of the route. The list is processed by `_get_push_pull_rules`.
  • switch_location(self, cr, uid, ids, warehouse, new_reception_step=False, new_delivery_step=False, context=None)
    set unused locations to active=False
REPOSITORY
REPOSITORYOCA/stock-logistics-transport
GIT
GIThttps://github.com/OCA/stock-logistics-transport.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-transport/tree/8.0/stock_route_transit
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYGeneric Modules/Stock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Pedro M. Baeza, Alexandre MOREAU
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_dropshipping
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - sale_stock
    - sale
    - sales_team
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_type_form Picking Types stock.picking.type field Inherits stock.view_picking_type_form
view_warehouse stock.warehouse field Inherits stock.view_warehouse
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (5)
  • change_route(self, cr, uid, ids, warehouse, new_reception_step=False, new_delivery_step=False, context=None)
    change input_loc, output_loc update active fiels on picking_types update location_dest (resp. src) of in (resp. out) picking type remove all routes of the WH and recreate them
  • create(self, cr, uid, vals, context=None)
  • create_sequences_and_picking_types(self, cr, uid, warehouse, context=None)
  • get_routes_dict(self, cr, uid, ids, warehouse, context=None)
    return a dict of routes. Keys are the possible reception/delivery steps, values are tuples of 2 elements: 1. the name of the route 2. a list of 0, 1 or 2 tuples of (from_loc, dest_loc, pick_type_id), giving the different steps of the route. The list is processed by `_get_push_pull_rules`.
  • switch_location(self, cr, uid, ids, warehouse, new_reception_step=False, new_delivery_step=False, context=None)
    set unused locations to active=False