Metadata-Version: 2.1
Name: odoo-addon-stock_orderpoint_generator
Version: 19.0.1.0.0.2
Requires-Dist: odoo==19.0.*
Summary: Mass configuration of stock order points
Home-page: https://github.com/OCA/stock-logistics-orderpoint
License: AGPL-3
Author: Camptocamp, Tecnativa, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 19.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

=====================
Order point generator
=====================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:9c367d7c9eef9f253f43c678e7a8f5777b51cb735c94091ef7220b820bfcb4f7
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--orderpoint-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-orderpoint/tree/19.0/stock_orderpoint_generator
    :alt: OCA/stock-logistics-orderpoint
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-logistics-orderpoint-19-0/stock-logistics-orderpoint-19-0-stock_orderpoint_generator
    :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-orderpoint&target_branch=19.0
    :alt: Try me on Runboat

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

Add a wizard to configure reordering rules for multiple products in one
go, and allow to automatically update reordering rules from rule
templates.

**Table of contents**

.. contents::
   :local:

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 > Automation > 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.

Aditionally, minimum and maximum quantity fields can be computed
automatically if desired for the set of products and according to the
desired criteria for the time range given. To do so:

1. In an Orderpoint template, check "Auto minimum" or "Auto maximum" or
   both.
2. The criteria fields for either one or another are visible now.
3. Select a time range of moves to evalute. For every product a history
   of the resulting stock for every move in such range and the location
   given on the Orderpoint template will be obtained.
4. Select a criteria method to compute the minimum o maximum quantity:

   - Maximum: the maximum stock value for the given period.
   - Most frequent: the median of the history of stock values for the
     specified range. Useful when a large amount of history values are
     obtained, as it tends to avoid deviation caused by extreme values
     in a common avarage.
   - Average: Arithmetic mean of the stock history.
   - Minimum: the minimum stock value for the given period.

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.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-orderpoint/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
`feedback <https://github.com/OCA/stock-logistics-orderpoint/issues/new?body=module:%20stock_orderpoint_generator%0Aversion:%2019.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.

Credits
=======

Authors
-------

* Camptocamp
* Tecnativa

Contributors
------------

- Yannick Vaucher <yannick.vaucher@camptocamp.com>
- Matthieu Dietrich <matthieu.dietrich@camptocamp.com>
- Cyril Gaudin <cyril.gaudin@camptocamp.com>
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
- `Tecnativa <https://www.tecnativa.com>`__:

  - Vicent Cubells
  - David Vidal
  - Víctor Martínez
  - Juan Carlos Oñate

- `360ERP <https://www.360erp.com>`__:

  - Andrea Stirpe

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/stock-logistics-orderpoint <https://github.com/OCA/stock-logistics-orderpoint/tree/19.0/stock_orderpoint_generator>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
