Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:24:55
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Vincent Van Rossem, OCA-git-bot, oca-travis, Artem Kostyuk
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (4)
  • get_closest_empty_sublocation(self, root_location=False)
    @api.model
    Ordered by Z-Y-X successively in ascending order.
  • get_most_recent_location(self, product, root_location=False)
    @api.model
    Return most recent location that received that product. Most recent location is a `location_dest_id` of a most recent confirmed `stock.move.line` (ordered by date, then by ID) ending in a location under the given `root_location`. :param product: a product to search moves for :param root_location: defaults to WH/Stock
  • get_previous_or_empty_location(self, product)
    @api.model
  • putaway_apply(self, product)

New fields (0)

No new fields.

Public methods (0)

No public methods.