Repository
OCA/stock-logistics-transport · module folder · Try on Runboat
Module version
0.2.0
Category
Generic Modules/Stock
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:49
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Pedro M. Baeza
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
framework_agreement_sourcing_stock_route_transit, logistic_order_donation_transit, sale_quotation_sourcing_stock_route_transit, stock_shipment_management
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_type_form Picking Types stock.picking.type form Inherits stock.view_picking_type_form
view_warehouse stock.warehouse Inherits stock.view_warehouse
HTTP endpoints (0)

No HTTP endpoints found for this module.

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

Loading…

Loading…