| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/wms |
| GIT | |
| GIT | https://github.com/OCA/wms.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/wms/tree/14.0/stock_service_level_route |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com> |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com> |
| COMMITTERS | |
| COMMITTERS | Pierre Verkest, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/wms |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/wms: - stock_service_level odoo/odoo: - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
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'
No public methods.
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'
No public methods.