From 9a91bfeb706da11e5687a2023ee52f9f4380cd8d Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 8 Mar 2017 16:14:34 +0100 Subject: [PATCH] Add documentation --- stock_orderpoint_generator/README.rst | 37 ++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/stock_orderpoint_generator/README.rst b/stock_orderpoint_generator/README.rst index 0c0b1e234900..8f8ec38f6b3e 100644 --- a/stock_orderpoint_generator/README.rst +++ b/stock_orderpoint_generator/README.rst @@ -6,7 +6,40 @@ Order point generator ===================== -Add a wizard to configure order points for multiple products in one go. +Add a wizard to configure reordering rules for multiple products in one go, +and allow to automatically update reordering rules from rule templates. + +Configuration +============= + +Reordering rule templates can be configured in "Inventory > Configuration > +Products > Reordering Rule Templates". + +The frequency of the cron that updates the Reordering Rules can be configured +in "Settings > Technical > Actions > Scheduled Actions". The name of the +scheduled action is "Reordering Rule Templates Generator". + +Usage +===== + +By activating the "Create Rules Automatically" on a reordering rule template, +you are able to select a list of products. Any change on the template will then +be replicated on the products Reordering Rules. The change is not immediate as +it is processed by a scheduled action. + +On a product, you can also choose one or more Reordering Rule Templates. Any +template added or removed on the product is immediately reflected on its +Reordering Rules. + +Lastly, you can promptly create Reordering Rules for a product or a product +template using the "Reordering Rules Generator". Note that it will replace all +the existing rules for the product. You will usually not want to use this +feature on products that have Automatic Reordering Rules Templates. + + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/153/9.0 Bug Tracker @@ -22,9 +55,11 @@ Credits Contributors ------------ + * Yannick Vaucher * Matthieu Dietrich * Cyril Gaudin + * Guewen Baconnier Maintainer ----------