Stock service level route

stock_service_level_route
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/14.0/stock_service_level_route
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
COMMITTERS
COMMITTERSPierre Verkest, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/wms:
    - stock_service_level
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_location_route_form_view stock serivice level route: stock.location.route.form stock.location.route field Inherits stock.stock_location_route_form_view
view_stock_service_level_form stock.service.level.form stock.service.level group Inherits stock_service_level.view_stock_service_level_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • service_level_ids Many2many → stock.service.level
    comodel_name='stock.service.level' compute='_compute_service_level_ids' help='Linking this route to service levels restrict the route for given service levels. If no service level set the route will be available only for stock.move without level service.' readonly=False store=True string='Service levels'
  • service_level_selectable Boolean
    default=False help='What ever we should apply service level restriction. This boolean as impact in the route selection because no service level defined means only stock.move without service level. Otherwise if this is not select it means ignore service level and route may apply on any case.' string='Service level'
Public methods (0)

No public methods.

New fields (1)
  • route_ids Many2many → stock.location.route
    comodel_name='stock.location.route' domain="[('service_level_selectable', '=', True)]" help='Routes restricted to this service level. To get the route available in this list first turn on service_level_selectable on the route.' string='Routes'
Public methods (0)

No public methods.