Skip to content

[IMP] inventory: security lead times fix #12929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Lead times
.. |RFQ| replace:: :abbr:`RFQ (Request for Quotation)`

Accurately forecasting delivery dates is vital for fulfilling customer expectations. In Odoo, the
**Inventory** app allows for comprehensive lead time configuration, allowing coordination and planning
of manufacturing orders, deliveries, and receipts.
**Inventory** app allows for comprehensive lead time configuration, allowing coordination and
planning of manufacturing orders, deliveries, and receipts.

Lead time types
===============
Expand Down Expand Up @@ -226,13 +226,19 @@ set to account for potential delays in supplier deliveries. Then, click :guilabe

.. example::
Setting the :guilabel:`Security Lead Time for Purchase` to `2.00` days, pushes the
:guilabel:`Scheduled Date` of receipt back by two days. In that case, if a product is initially
:guilabel:`Scheduled Date` of receipt back by one day. In that case, if a product is initially
scheduled to arrive on April 6th, with a two-day security lead time, the new scheduled date for
the receipt would be April 8th.
the receipt would be April 4th.

.. image:: lead_times/vendor-security.png
:alt: Set security lead time for purchase from the Inventory > Configuration > Settings.

.. important::
Purchase security days affect only deadlines for replenishment methods using :doc:`pull rules
<../../shipping_receiving/daily_operations/use_routes>` (e.g. :doc:`MTO <mto>` and
:doc:`reordering rules <reordering_rules>`); they do not apply to sales or delivery orders
created manually.

.. _inventory/warehouses_storage/days-to-purchase:

Days to purchase lead time
Expand Down