Metadata-Version: 2.1
Name: odoo-addon-mrp_subcontracting_inhibit
Version: 18.0.1.0.0.3
Requires-Python: >=3.10
Requires-Dist: odoo==18.0.*
Summary: Inhibit subcontracting flow on demand
Home-page: https://github.com/OCA/manufacture
License: AGPL-3
Author: Tecnativa, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

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

=====================================
Inhibit subcontracting flow on demand
=====================================

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

.. |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%2Fmanufacture-lightgray.png?logo=github
    :target: https://github.com/OCA/manufacture/tree/18.0/mrp_subcontracting_inhibit
    :alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/manufacture-18-0/manufacture-18-0-mrp_subcontracting_inhibit
    :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/manufacture&target_branch=18.0
    :alt: Try me on Runboat

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

If a product has a bill of materials (BoM) of subcontracting type, and
the vendor is included in the list of subcontractors of such BoM, when
doing a purchase order for such vendor and product, it will always
generate a subcontracting order. This module allows to inhibit such
behavior, acting as a regular purchase, as this may not be convenient in
some cases, as on manufacturing world, it's frequent that your vendor
sells you directly the same product without you providing any raw
material depending on lead times, material availability, etc. A check is
provided at purchase order line level for easily disable the
subcontracting part, as well as the same check at stock rule for
propagating the preference from replenishment option.

**Table of contents**

.. contents::
   :local:

Configuration
=============

1. Go to *Inventory > Configuration > Settings*.
2. Check 'Multi-Step Routes' checkbox in *Warehouse* section.

Usage
=====

1. Go to *Inventory > Configuration > Warehouses > click on smart button
   Routes* and edit 'Buy' rule and check 'Subcontracting inhibit'.
2. Go to *Inventory > Products > Product* and create some product called
   'Subcontract product'.
3. Go to *Inventory > Products > Product* and create other product
   called 'Component'.
4. Go to *Manufacturing > Products > Bill of materials* and create a new
   one with type = "Subcontracting" related to 'Subcontract product'
   then set 'Component' product and add Azure Interior in Subcontractors
   field.
5. Go to *Inventory > Products > Product* and edit 'Subcontract product'
   and set Purchase tab as follows:
6. [Vendor line 1] Vendor: Azure Interior, Subcontracting inhibited:
   Yes, Price: 5.
7. [Vendor line 2] Vendor: Azure Interior, Subcontracting inhibited: No,
   Price: 10.

Purchase order flow: #. Go to *Purchase > Orders > Requests for
Quotation* and create new order as follows: #. Vendor: Azure Interior,
Product: Subcontract product #. The unit price of the product will be
10. #. Click on the 'Confirm Order' button. #. A production order will
have been created.

Replenishment flow: #. Go to *Inventory > Products > Product* and go to
'Subcontract product'. #. Click on the 'Replenish' button, select 'Buy'
in Preferred Routes field and click on the 'Confirm' button. #. A new
purchase order will have been created, go to *Purchase > Orders >
Requests for Quotation* and enter it. #. The unit price of the product
will be 5. #. Click on the 'Confirm Order' button. #. A production order
will not have been created.

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

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

* Tecnativa

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

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

  - Víctor Martínez
  - Pedro M. Baeza

- Christopher Ormaza <chris.ormaza@forgeflow.com>
- Do Anh Duy <duyda@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.

.. |maintainer-victoralmau| image:: https://github.com/victoralmau.png?size=40px
    :target: https://github.com/victoralmau
    :alt: victoralmau

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-victoralmau| 

This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/18.0/mrp_subcontracting_inhibit>`_ project on GitHub.

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