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 IDNameModelTypeStatus
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_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'
Public methods (2)
  • action_recreate_resupply_routes(self)
  • create_resupply_routes(self, supplier_warehouses)