Odoo Community Association

Stock Picking Immediate Transfer Warning

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

In Odoo < 17, when validating a stock transfer where all lines had reserved quantities but no done quantities were recorded, a wizard would warn the user that all reserved quantities would be processed, giving them the option to cancel or proceed.

Since Odoo >= 17, the qty_done field was replaced by a picked boolean on stock moves. However, when no move has been explicitly marked as picked, Odoo silently marks all moves as picked and processes the transfer without any warning.

This module restores the previous behavior by showing a confirmation wizard when validating a transfer where no moves have been explicitly picked. The user can then choose to proceed with processing all reserved quantities or discard the operation. We only show the wizard when the validation is done from the UI, to prevent other logics to fail.

Table of contents

Usage

  1. Go to Inventory > Operations and open a transfer that has reserved quantities (state “Ready”).
  2. Without marking any move line as “Picked”, click the Validate button.
  3. A warning wizard will appear informing you that no quantities have been explicitly picked and that Odoo will process all reserved quantities.
  4. Click Process to proceed with the validation or Discard to cancel.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • ForgeFlow

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/stock-logistics-workflow project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.