TIP: You can type at any time to perform a new search.
Move Stock Location
stock_move_location · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Stock
- Folder size
- 0.22 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- Camptocamp, Odoo Community Association (OCA), Julius Network Solutions, BCIM
- Maintainers
- Camptocamp, Odoo Community Association (OCA), Julius Network Solutions, BCIM
- Committers
- Jacques-Etienne Baudoux, Carlos Roca, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- stock_move_location_purchase_uom
- Description
This module allows to move entire location of products from one place to another and move only selected quantities.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_type_kanban |
stock.picking.type | kanban | Inherits stock.stock_picking_type_kanban | |
view_picking_form |
stock.picking.form.fillwithstock | stock.picking | form | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | form | Inherits stock.view_picking_type_form |
view_wiz_stock_move_location_form_stock_move_location |
wiz.stock.move.location.form.stock_move_location | wiz.stock.move.location | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (1)
-
location_moveBooleanhelp='Whether this move is a part of stock_location moves'string='Part of move location'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
button_fillwithstock(self)
New fields (1)
-
show_move_onhandBooleanhelp="Show a button 'Move On Hand' in the Inventory Dashboard to initiate the process to move the products in stock at the origin location."string='Show Move On hand stock'
-
action_move_location(self)
New fields (11)
-
apply_putaway_strategyBoolean -
company_idMany2one → res.companydefault=<expr> args: 'res.company' -
destination_location_disableBooleancompute='_compute_readonly_locations'help='technical field to disable the edition of destination location.' -
destination_location_idMany2one → stock.locationcomodel_name='stock.location'domain=<expr>required=Truestring='Destination Location' -
edit_locationsBooleandefault=True -
exclude_reserved_qtyBooleandefault=True -
origin_location_disableBooleancompute='_compute_readonly_locations'help='technical field to disable the edition of origin location.' -
origin_location_idMany2one → stock.locationcomodel_name='stock.location'domain=<expr>required=Truestring='Origin Location' -
picking_idMany2one → stock.pickingcomodel_name='stock.picking'string='Connected Picking' -
picking_type_idMany2one → stock.picking.typecomodel_name='stock.picking.type'compute='_compute_picking_type_id'domain="[('company_id', '=', company_id), ('code', '=', 'internal')]"readonly=Falsestore=True -
stock_move_location_line_idsOne2many → wiz.stock.move.location.linestring='Move Location lines' args: 'wiz.stock.move.location.line', 'move_location_wizard_id'
-
action_move_location(self) -
clear_lines(self) -
default_get(self, fields)@api.model -
group_lines(self) -
onchange_origin_location(self)@api.onchange('origin_location_id', 'exclude_reserved_qty')
New fields (13)
-
customBooleandefault=Truestring='Custom line' -
destination_location_idMany2one → stock.locationcomodel_name='stock.location'compute='_compute_destination_location_id'string='Destination Location' -
lot_idMany2one → stock.lotcomodel_name='stock.lot'domain="[('product_id','=',product_id)]"string='Lot/Serial Number' -
max_quantityFloatdigits='Product Unit of Measure'string='Maximum available quantity' -
move_location_wizard_idMany2one → wiz.stock.move.locationcomodel_name='wiz.stock.move.location'string='Move location Wizard' -
move_quantityFloatdigits='Product Unit of Measure'string='Quantity to move' -
origin_location_idMany2one → stock.locationcomodel_name='stock.location'string='Origin Location' -
owner_idMany2one → res.partnercomodel_name='res.partner'string='From Owner' -
package_idMany2one → stock.quant.packagecomodel_name='stock.quant.package'domain="[('location_id', '=', origin_location_id)]"string='Package Number' -
product_idMany2one → product.productcomodel_name='product.product'required=Truestring='Product' -
product_uom_idMany2one → uom.uomcomodel_name='uom.uom'string='Product Unit of Measure' -
reserved_quantityFloatdigits='Product Unit of Measure' -
total_quantityFloatdigits='Product Unit of Measure'string='Total existence quantity'
-
create_move_lines(self, picking, move)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 221 days ago
- Last activity
- 3 days ago
- Repository
- OCA/stock-logistics-warehouse
- Pull request
- [19.0][MIG] stock_move_location: Migration to 19.0 (#2500)