Repository
OCA/stock-logistics-reservation · module folder · Try on Runboat
Module version
1.0.1
Category
Inventory/Inventory
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reservation
Last tracking update
2026-08-07 08:43:06
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Jacques-Etienne Baudoux, Eduardo de Miguel, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of chained (pull) stock reservation to support the reservation of the total quantity brought by the done and pregenerated chained move lines. By default, the reservation on each step of the chain is limited to the need. If you pick more than the need, with this module the chained moves will reserve the total picked quantity.

This operation will only apply when the available quantity exceeds the demanded quantity and the stock rule linked to the stock move has the field *Reserve Max Quantity* activated.

This module is not needed if you use chained pickings and the creation of those is placed when the a picking is validated.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_rule_form stock.rule.form stock.rule form Inherits stock.view_stock_rule_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • reserve_max_quantity Boolean
    default=False help='If checked, the system will reserve the maximum quantity available for the moves that have this rule linked, when the quantity available exceeds the quantity demanded'
Public methods (0)

No public methods.