Repository
OCA/wms · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 07:47:43
Authors
Odoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
Maintainers
Odoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
Committers
Pierre Verkest, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_location_route_form_view stock serivice level route: stock.location.route.form stock.location.route form Inherits stock.stock_location_route_form_view
view_stock_service_level_form stock.service.level.form stock.service.level form Inherits stock_service_level.view_stock_service_level_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.