diff --git a/stock_location_orderpoint/README.rst b/stock_location_orderpoint/README.rst index ef99cf025..a3f231d02 100644 --- a/stock_location_orderpoint/README.rst +++ b/stock_location_orderpoint/README.rst @@ -19,9 +19,9 @@ stock_location_orderpoint .. |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_location_orderpoint :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/webui/builds.html?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| @@ -33,6 +33,61 @@ This is for an internal warehouse replenishment currently not compatible with th .. contents:: :local: +Configuration +============= + +First configuration +=================== + +#. In order to replenish your stock location from another one, you first need + to set the multi locations configuration. +#. So, go to Inventory > Configuration > Settings > Warehouse +#. Check the 'Storage Locations' box. +#. As you should be able to configure a dedicated route to replenishment, you + should also activate, in the same menu, the 'Multi-Step Routes' box. + +Locations configuration +======================= + +#. Identify the location you want to apply a replenishment rule (e.g.: WH/Stock) +#. Create (if not exists) a new location for replenishment under Warehouse view (e.g.: WH) + location as we want to get the stock in replenishment taken into account of + our product stock total quantity. + +Route Configuration +=================== + +#. You should configure at least a route with a rule that: + + * Pull from the Replenishment stock location. + * For the stock location you want to (e.g.: WH/Stock) + +Location Orderpoint configuration +================================= + +#. Go either by the stock location you want to replenish and click on 'Orderpoints' + or go to Inventory > Configuration > Settings > Warehouse > Stock Location Orderpoint +#. Click on 'Create' +#. Set a sequence +#. Choose if the rule will be applied: + + * Automatically (Auto/realtime): at each stock movement on the stock location, the rule will be + evaluated. + * Manually (Manual): If set, an action 'Run Replenishment' will be displayed on the rule + and allow to run it manually. + * by cron (Scheduled): A cron job will trigger the replenishment rules of this kind. +#. Choose a replenish method: + + * Fill up: The replenishment will be triggered when a move is waiting availability + and forecast quantity is negative at the location (i.e. min=0). The replenished quantity will + bring back the forecast quantity to 0 (i.e. max=0) but will be limited to what is available at + the source location to plan only reservable replenishment moves. +#. Choose the location to replenish +#. Choose the route to use to replenish. The source location will be computed automatically based on + the route value. +#. Define a procurement group if you want to group some movements together. +#. Define a priority for the created moves. + Bug Tracker =========== @@ -57,6 +112,7 @@ Contributors * Michael Tietz (MT Software) * Jacques-Etienne Baudoux (BCIM) +* Denis Roussel Maintainers ~~~~~~~~~~~ diff --git a/stock_location_orderpoint/static/description/index.html b/stock_location_orderpoint/static/description/index.html index dbee3cd6a..f5bb59bea 100644 --- a/stock_location_orderpoint/static/description/index.html +++ b/stock_location_orderpoint/static/description/index.html @@ -3,7 +3,7 @@ - + stock_location_orderpoint