mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-27 14:12:08 +02:00
Initial commit: OCA Mrp packages (117 packages)
This commit is contained in:
commit
277e84fd7a
4403 changed files with 395154 additions and 0 deletions
|
|
@ -0,0 +1,132 @@
|
|||
=====================================
|
||||
Inhibit subcontracting flow on demand
|
||||
=====================================
|
||||
|
||||
..
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:ad445a34c6b7d091951db82ce3d579f3f0bfd9469defa6ef27ae3f5aa3a1de04
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |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%2Fmanufacture-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/manufacture/tree/16.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-16-0/manufacture-16-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=16.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
|
||||
=============
|
||||
|
||||
#. Go to *Inventory > Configuration > Settings*.
|
||||
#. Check 'Multi-Step Routes' checkbox in *Warehouse* section.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
#. Go to *Inventory > Configuration > Routes* and edit 'Buy' rule and check 'Subcontracting inhibit'.
|
||||
#. Go to *Inventory > Products > Product* and create some product called 'Subcontract product'.
|
||||
#. Go to *Inventory > Products > Product* and create other product called 'Component'.
|
||||
#. Go to *Manufacturing > Products > Bill of materials* and create a new one with type = "Subcontracting" related to 'Subcontract product' and set 'Component' product.
|
||||
#. Go to *Inventory > Products > Product* and edit 'Subcontract product' and set Purchase tab as follows:
|
||||
#. [Vendor line 1] Vendor: Azure Interior, Subcontracting inhibited: Yes, Price: 5.
|
||||
#. [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:%2016.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>
|
||||
|
||||
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/16.0/mrp_subcontracting_inhibit>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
Loading…
Add table
Add a link
Reference in a new issue