Metadata-Version: 2.1
Name: odoo-addon-stock_available_mrp
Version: 17.0.1.1.0
Requires-Python: >=3.10
Requires-Dist: odoo-addon-stock_available>=17.0dev,<17.1dev
Requires-Dist: odoo>=17.0a,<17.1dev
Summary: Consider the production potential is available to promise
Home-page: https://github.com/OCA/stock-logistics-availability
License: AGPL-3
Author: =?utf-8?q?Num=C3=A9rigraphe=2COdoo_Community_Association_=28OCA=29?=
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 17.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

=========================================================
Consider the production potential is available to promise
=========================================================

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

.. |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/licence-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--availability-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-availability/tree/17.0/stock_available_mrp
    :alt: OCA/stock-logistics-availability
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-logistics-availability-17-0/stock-logistics-availability-17-0-stock_available_mrp
    :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-availability&target_branch=17.0
    :alt: Try me on Runboat

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

This module takes the potential quantities available for Products into
account in the quantity available to promise, where the "Potential
quantity" is the quantity that can be manufactured with the components
immediately at hand. By configuration, the "Potential quantity" can be
computed based on other product field. For example, "Potential quantity"
can be the quantity that can be manufactured with the components
available to promise.

**Table of contents**

.. contents::
   :local:

Known issues / Roadmap
======================

Known issues
------------

The manufacturing delays are not taken into account : this module
assumes that if you have components in stock goods, you can manufacture
finished goods quickly enough.

As a consequence, and to avoid overestimating, **only the first level**
of Bill of Materials is considered.

However Sets (a.k.a "phantom" BoMs) are taken into account: if a
component must be replaced with a set, it's the stock of the set's
product which will decide the potential.

If a product has several variants, only the variant with the biggest
potential will be taken into account when reporting the production
potential. For example, even if you actually have enough components to
make 10 iPads 16Go AND 42 iPads 32Go, we'll consider that you can
promise only 42 iPads.

Removed features
----------------

Previous versions of this module used to let programmers demand to get
the potential quantity in an arbitrary Unit of Measure using the
context. This feature was present in the standard computations too until
v8.0, but it has been dropped from the standard from v8.0 on.

For the sake of consistency the potential quantity is now always
reported in the product's main Unit of Measure too.

Roadmap
-------

Possible improvements for future versions:

- Take manufacturing delays into account: we should not promise goods to
  customers if they want them delivered earlier that we can make them
- Compute the quantity of finished product that can be made directly on
  each Bill of Material: this would be useful for production managers,
  and may make the computations faster by avoiding to compute the same
  BoM several times when several variants share the same BoM.
- Add an option (probably as a sub-module) to consider all raw materials
  as available if they can be bought from the suppliers in time for the
  manufacturing.

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

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

* Numérigraphe

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

- Loïc Bellier (Numérigraphe) <lb@numerigraphe.com>

- Lionel Sausin (Numérigraphe) <ls@numerigraphe.com>

- many thanks to Graeme Gellatly for his advice and code review

- Laurent Mignon <laurent.mignon@acsone.eu>

- Cédric Pigeon <cedric.pigeon@acsone.eu>

- Florian da Costa <florian.dacosta@akretion.com>

- Joan Mateu <joan.mateu@forgeflow.com>

- `Tecnativa <https://www.tecnativa.com>`__:

  - Víctor Martínez

- `Trobz <https://trobz.com>`__:

     - Khoi Vo <khoivha@trobz.com>

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-availability <https://github.com/OCA/stock-logistics-availability/tree/17.0/stock_available_mrp>`_ project on GitHub.

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