TIP: You can type at any time to perform a new search.
Stock Warehouse Resupply Route Push
stock_warehouse_resupply_route_push · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Inventory
- Folder size
- 0.07 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Lois Rilo, Weblate, OCA-git-bot, oca-ci, AlexPForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to configure the resupply from another warehouse route using the push mode. When enabled, a first transfer is created from the source warehouse to the inter-warehouse location, and then, only after that transfer is done, a second transfer is created from the inter-warehouse location to the destination warehouse.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_warehouse |
stock.warehouse.form.inherit | stock.warehouse | form | Inherits stock.view_warehouse |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
out_inter_wh_external_type_idMany2one → stock.picking.typecheck_company=Truecomodel_name='stock.picking.type'copy=Falsestring='Inter Warehouse (external) Type' -
out_inter_wh_internal_type_idMany2one → stock.picking.typecheck_company=Truecomodel_name='stock.picking.type'copy=Falsestring='Inter Warehouse (internal) Type' -
resupply_wh_pushBooleandefault=Falsehelp='Note that this will create new operation type for inter-warehouse deliveries.'string='Resupply from another Warehouse with Push Rules'
-
action_recreate_resupply_routes(self) -
create_resupply_routes(self, supplier_warehouses)