- Mailing Lists
- Contributors
- Re: AW: Dynamic Stock Picking Reservations
Archives
- By thread 1472
-
By date
- August 2019 59
- September 2019 118
- October 2019 165
- November 2019 97
- December 2019 35
- January 2020 58
- February 2020 204
- March 2020 121
- April 2020 172
- May 2020 50
- June 2020 158
- July 2020 85
- August 2020 94
- September 2020 193
- October 2020 277
- November 2020 100
- December 2020 159
- January 2021 38
- February 2021 87
- March 2021 146
- April 2021 73
- May 2021 90
- June 2021 86
- July 2021 123
- August 2021 50
- September 2021 68
- October 2021 66
- November 2021 74
- December 2021 75
- January 2022 98
- February 2022 77
- March 2022 68
- April 2022 31
- May 2022 59
- June 2022 87
- July 2022 141
- August 2022 38
- September 2022 73
- October 2022 152
- November 2022 39
- December 2022 50
- January 2023 93
- February 2023 49
- March 2023 106
- April 2023 47
- May 2023 69
- June 2023 92
- July 2023 64
- August 2023 103
- September 2023 91
- October 2023 101
- November 2023 94
- December 2023 46
- January 2024 75
- February 2024 79
- March 2024 104
- April 2024 63
- May 2024 40
- June 2024 160
- July 2024 80
- August 2024 70
- September 2024 62
- October 2024 121
- November 2024 117
- December 2024 89
- January 2025 59
- February 2025 104
- March 2025 96
- April 2025 107
- May 2025 52
- June 2025 72
- July 2025 60
- August 2025 81
- September 2025 124
- October 2025 63
- November 2025 57
- December 2025 33
- January 2026 63
- February 2026 48
Contributors
contributors@odoo-community.org
Re: AW: Dynamic Stock Picking Reservations
Hi Nils,
- The unreserver is quite low-tech, it's basically "for pick in
pickings; pick.unreserve()" but then with a bit more selectivity
on which ones to unreserve.
- A manual trigger for that could of course be a manual run of the
scheduled action during the day
- The scheduler horizon is, if I remember correctly, an OCA module
If you would like more info or to see it in action drop a mail at info@therp.nl
-Tom
Hey Tom,Thanks for your reply and for sharing the details!
The setup you describe is almost exactly the kind of behavior we are looking for. Maybe a manual trigger to re-reserve quantities would also be useful, but that’s not a big deal if the cron is already defined.
Would it be possible to get access to this solution or have a closer look at how it’s implemented?If this is not already available, I would consider tackling this for the OCA ecosystem. I think a solution like this could definitely be something the OCA provides, but before reinventing the wheel… it would be great to see what already exists.
Cheers Nils
Von: Tom Blauwendraat <notifications@odoo-community.org>
Datum: Dienstag, 10. Februar 2026 um 13:47
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Dynamic Stock Picking Reservations
ACHTUNG! Diese E-Mail stammt von außerhalb der Organisation. Klicken Sie nicht auf Links und öffnen Sie keine Anhänge, es sei denn, Sie kennen den Absender und wissen, dass der Inhalt sicher ist.
Hi Nils,
what we have at one customer is a solution we partly inherited from another integrator, but which works OK:
- every night, a custom unreserver cron runs which unreserves all items
- then, the regular Odoo scheduler cron kicks in and re-reserves items according to new priorities
- we have a scheduler horizon of 1 week to prevent reserving very far into the future
-Tom
On 2/10/26 1:37 PM, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT wrote:Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Tom Blauwendraat - 02:11 - 10 Feb 2026
Reference
-
Dynamic Stock Picking Reservations
Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
by Nils Coenen - 01:35 - 10 Feb 2026-
Re: Dynamic Stock Picking Reservations
Hello Nils,You may have a look at https://github.com/OCA/stock-logistics-reservation/tree/18.0/stock_available_to_promise_releaseThis ensures that reservations are made by order date (first ordered, first served) by placing a virtual reservation.You are then free to place the physical reservation in any order depending on who you want to deliver first (but always respecting the quantity you promised to each customer)krJ-ELe mar. 10 févr. 2026 à 13:36, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT <notifications@odoo-community.org> a écrit :Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Jacques-Etienne Baudoux - 04:10 - 10 Feb 2026 -
AW: Dynamic Stock Picking Reservations
Hi Lin,
oh, thanks for the hint! That’s new to me and I wasn’t aware of it — super helpful.
I’ll check if this fits our scenario and see how it behaves, or if it might interfere with other logics.
Thanks again!
Best,NilsVon: Lin Inayati <notifications@odoo-community.org>
Datum: Dienstag, 10. Februar 2026 um 13:57
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Dynamic Stock Picking Reservations
ACHTUNG! Diese E-Mail stammt von außerhalb der Organisation. Klicken Sie nicht auf Links und öffnen Sie keine Anhänge, es sei denn, Sie kennen den Absender und wissen, dass der Inhalt sicher ist.
Hi Nils
Have you tried to set the reservation method to Before schedule date? You can see this https://www.odoo.com/documentation/19.0/applications/inventory_and_mrp/inventory/shipping_receiving/reservation_methods/before_scheduled_date.html and probably its the standard feature that you are looking for.
RegardsLin
On Tue, 10 Feb 2026, 19:37 Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT, <notifications@odoo-community.org> wrote:Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Nils Coenen - 02:11 - 10 Feb 2026 -
Re: AW: Dynamic Stock Picking Reservations
Hi Nils,
- The unreserver is quite low-tech, it's basically "for pick in pickings; pick.unreserve()" but then with a bit more selectivity on which ones to unreserve.
- A manual trigger for that could of course be a manual run of the scheduled action during the day
- The scheduler horizon is, if I remember correctly, an OCA moduleIf you would like more info or to see it in action drop a mail at info@therp.nl
-Tom
On 2/10/26 2:02 PM, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT wrote:
Hey Tom,Thanks for your reply and for sharing the details!
The setup you describe is almost exactly the kind of behavior we are looking for. Maybe a manual trigger to re-reserve quantities would also be useful, but that’s not a big deal if the cron is already defined.
Would it be possible to get access to this solution or have a closer look at how it’s implemented?If this is not already available, I would consider tackling this for the OCA ecosystem. I think a solution like this could definitely be something the OCA provides, but before reinventing the wheel… it would be great to see what already exists.
Cheers NilsVon: Tom Blauwendraat <notifications@odoo-community.org>
Datum: Dienstag, 10. Februar 2026 um 13:47
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Dynamic Stock Picking Reservations
ACHTUNG! Diese E-Mail stammt von außerhalb der Organisation. Klicken Sie nicht auf Links und öffnen Sie keine Anhänge, es sei denn, Sie kennen den Absender und wissen, dass der Inhalt sicher ist.
Hi Nils,
what we have at one customer is a solution we partly inherited from another integrator, but which works OK:
- every night, a custom unreserver cron runs which unreserves all items
- then, the regular Odoo scheduler cron kicks in and re-reserves items according to new priorities
- we have a scheduler horizon of 1 week to prevent reserving very far into the future
-Tom
On 2/10/26 1:37 PM, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT wrote:Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Tom Blauwendraat - 02:11 - 10 Feb 2026 -
AW: Dynamic Stock Picking Reservations
Hey Tom,Thanks for your reply and for sharing the details!
The setup you describe is almost exactly the kind of behavior we are looking for. Maybe a manual trigger to re-reserve quantities would also be useful, but that’s not a big deal if the cron is already defined.
Would it be possible to get access to this solution or have a closer look at how it’s implemented?If this is not already available, I would consider tackling this for the OCA ecosystem. I think a solution like this could definitely be something the OCA provides, but before reinventing the wheel… it would be great to see what already exists.
Cheers NilsVon: Tom Blauwendraat <notifications@odoo-community.org>
Datum: Dienstag, 10. Februar 2026 um 13:47
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Dynamic Stock Picking Reservations
ACHTUNG! Diese E-Mail stammt von außerhalb der Organisation. Klicken Sie nicht auf Links und öffnen Sie keine Anhänge, es sei denn, Sie kennen den Absender und wissen, dass der Inhalt sicher ist.
Hi Nils,
what we have at one customer is a solution we partly inherited from another integrator, but which works OK:
- every night, a custom unreserver cron runs which unreserves all items
- then, the regular Odoo scheduler cron kicks in and re-reserves items according to new priorities
- we have a scheduler horizon of 1 week to prevent reserving very far into the future
-Tom
On 2/10/26 1:37 PM, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT wrote:Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Nils Coenen - 02:01 - 10 Feb 2026 -
Re: Dynamic Stock Picking Reservations
Hi NilsHave you tried to set the reservation method to Before schedule date? You can see this https://www.odoo.com/documentation/19.0/applications/inventory_and_mrp/inventory/shipping_receiving/reservation_methods/before_scheduled_date.html and probably its the standard feature that you are looking for.RegardsLinOn Tue, 10 Feb 2026, 19:37 Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT, <notifications@odoo-community.org> wrote:Dear Community,
I am looking for a way to handle dynamic stock picking reservations.Specifically, I am looking for functionality to automatically reserve products based on planned delivery dates, rather than solely by order confirmation.This should also cover situations where a later order is scheduled to be delivered before an earlier order for which quantities have already been reserved, by reassigning the reservation as needed.
I could not find a solution that directly addresses automated reservations based on delivery dates or customer priorities.
Has anyone in the OCA community worked on such a feature before, or is there an existing solution or recommended approach to achieve this?
All the best,Nils
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Lin Nur Inayati - 01:52 - 10 Feb 2026
-