| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_warehouse_resupply_route_push |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, oca-ci, AlexPForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_warehouse |
stock.warehouse.form.inherit | stock.warehouse | field | Inherits stock.view_warehouse |
out_inter_wh_external_type_id
Many2one → stock.picking.type
check_company=True
comodel_name='stock.picking.type'
copy=False
string='Inter Warehouse (external) Type'
out_inter_wh_internal_type_id
Many2one → stock.picking.type
check_company=True
comodel_name='stock.picking.type'
copy=False
string='Inter Warehouse (internal) Type'
resupply_wh_push
Boolean
default=False
help='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)