Skip to content
Snippets Groups Projects
Commit 9691190e authored by yhu-odoo's avatar yhu-odoo
Browse files

[FIX] stock: disable auto-reserve with ir.config_parameter


Currently we always auto-reserve products for moves when other incoming
picking makes the product available. This is unwanted for some users.
In this commit, we allow to disable this by add a parameter to
ir.config_parameter. To disable it, set a parameter with name
"stock.picking_no_auto_reserve".

PR #66373

closes odoo/odoo#66436

X-original-commit: 04424cdd
Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
parent babd7c29
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment