-
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* Matthieu Dietrich <[email protected]> | ||
* Cyril Gaudin <[email protected]> | ||
* Guewen Baconnier <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|