Skip to content

Commit

Permalink
[IMP] stock_reserve: Substract Forecasted Quantity from products acco…
Browse files Browse the repository at this point in the history
…rding to configuration option

TT43413
  • Loading branch information
victoralmau committed Oct 6, 2023
1 parent 2986b3a commit d2a8906
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 627 deletions.
18 changes: 9 additions & 9 deletions stock_reserve/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
Stock Reservation
=================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b030f5f87c117c6db41e7000fb59e1f79e1201cb8cccc2f419a3363b32504266
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
Expand All @@ -22,11 +19,11 @@ Stock Reservation
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_reserve
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=14.0
:alt: Try me on Runboat
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/153/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|

Allows to create stock reservations on products.

Expand Down Expand Up @@ -60,12 +57,15 @@ To make a stock reservation:

You can release a reservation by clicking on the button *Release*

If you don't want to substract the forecasted quantity on the products, you can
uncheck the checkbox in Inventory > Configuration > Substract Forecasted Quantity?

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_reserve%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.
Expand Down
1 change: 1 addition & 0 deletions stock_reserve/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"data": [
"view/stock_reserve.xml",
"view/product.xml",
"view/res_config_settings_views.xml",
"data/stock_data.xml",
"security/ir.model.access.csv",
"data/cron.xml",
Expand Down
Loading

0 comments on commit d2a8906

Please sign in to comment.