TIP: You can type at any time to perform a new search.
Stock Picking Putaway Recompute
stock_picking_putaway_recompute · OCA/stock-logistics-putaway
- Repository
- OCA/stock-logistics-putaway · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Uncategorized
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-putaway
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Akim Juillerat, Thierry Ducrest, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module will allow to recompute the destination locations from putaway rules on the picking operations side.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_form_view |
stock.picking.form (in stock_picking_putaway_recompute) | stock.picking | form | Inherits stock.view_picking_form |
stock_picking_type_form_view |
stock.picking.type.form (in stock_picking_putaway_recompute) | stock.picking.type | form | Inherits stock.view_picking_type_form |
view_stock_move_line_detailed_operation_tree |
stock.move.line.operations.tree (in stock_picking_putaway_recompute) | stock.move.line | tree | Inherits stock.view_stock_move_line_detailed_operation_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
can_recompute_putawaysBooleancompute='_compute_can_recompute_putaways'
-
action_recompute_putaways(self)
New fields (1)
-
can_recompute_putawaysBooleancompute='_compute_can_recompute_putaways'help='Technical field in order to display the Recompute Putaways button.'
-
action_recompute_putaways(self) -> dictLaunches the putaways recomputation on operations
New fields (1)
-
allow_to_recompute_putawaysBooleanhelp='Check this if you want to authorize putaways recomputations for the operations of this type.'
No public methods.