mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
138 lines
5.9 KiB
ReStructuredText
138 lines
5.9 KiB
ReStructuredText
===================
|
|
BOM Attribute Match
|
|
===================
|
|
|
|
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
!! This file is generated by oca-gen-addon-readme !!
|
|
!! changes will be overwritten. !!
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
.. |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/14.0/mrp_bom_attribute_match
|
|
:alt: OCA/manufacture
|
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
:target: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_bom_attribute_match
|
|
:alt: Translate me on Weblate
|
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
|
:target: https://runbot.odoo-community.org/runbot/129/14.0
|
|
:alt: Try me on Runbot
|
|
|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
|
|
This module addresses the BoM case where the product to manufacture has one attribute with tens or hundreds of values (usually attribute "color", eg: "Configurable Desk" can be produced in 900 different colors).
|
|
|
|
Creating a dynamic BoM currently requires adding one BoM line for each attribute value to match component variant with attribute value (eg: component "Desk board (Green)" to be applied to variant "Green").
|
|
|
|
This has 3 downsides:
|
|
|
|
- BoM lines proliferation (more error prone)
|
|
|
|
- Difficult to update in case a new attribute value (new color paint) is added
|
|
|
|
- Difficult to update in case base component changes.
|
|
|
|
|
|
This module allows to use a product template as component in BoM lines, automatically matching component variant to use in MO line with the attribute value selected for manufacture.
|
|
|
|
Eg: Product template "Desk Board" is added to BoM line for product "Configurable Desk"; match is made on attribute "Color". In MO, if product to manufacture is "Configurable Desk (Steel, Pink)", MO line will have component "Desk Board (Pink)".
|
|
|
|
Using the same BoM, if product to manufacture is "Configurable Desk (Steel, Yellow)", MO line will have component "Desk Board (Yellow)".
|
|
|
|
|
|
The flow is valid also if the Component (Product Template) has more than one attribute matching the product to manufacture; in this case, on MO line the component variant will be the one matching multiple attribute values for the product to manufacture.
|
|
|
|
|
|
Various checks are in place to make sure this flow is not disrupted:
|
|
|
|
- user cannot add a product in field "Component (Product Template)" which:
|
|
|
|
does not have matching attributes with product to manufacture
|
|
|
|
has a different variant-generating attribute than the product to manufacture
|
|
|
|
- Adding a new variant-generating attribute to a product used as "Component (Product Template)" raises an error if the attribute is not included in all the products to manufacture where component is referenced.
|
|
|
|
- Removing an attribute used for BoM attribute matching from product to manufacture raises an error.
|
|
|
|
- On a BoM line with Component (Product Template) set, an attribute value of attributes referenced in "Match on attribute" field cannot be used in field "Apply to variant".
|
|
|
|
- If attribute value for matching attribute in manufactured product is not present in component (product template), the BoM line is skipped in MO.
|
|
|
|
**Table of contents**
|
|
|
|
.. contents::
|
|
:local:
|
|
|
|
Usage
|
|
=====
|
|
|
|
Using this module you can have dynamic components of a BOM.
|
|
It will allow you to have only 1 line in the BOM if you have hundreds of attribute
|
|
values for manufacturing product and hundreds of attributes values of component (material).
|
|
|
|
How to use
|
|
|
|
#. Create a product to produce e.g. Desk.
|
|
#. Set 1 attribute (e.g. Color). And select possible values for it.
|
|
#. Create a component product (material) e.g. Plastic.
|
|
#. Set 1 attribute (Color). And select possible values for it.
|
|
#. Create a BOM.
|
|
#. Select a manufacturing product Desk.
|
|
#. Add a BOM line. Select Component (product template) Plastic.
|
|
#. You will see Color attribute appeared in the Apply On Attribute field.
|
|
#. Save the BOM.
|
|
#. Create Manufacturing Order. Select Desk with e.g. Red color to produce and BOM you created.
|
|
#. You will see in the component list Plastic added with corresponding (red) color.
|
|
|
|
Consider, that to use this feature component must have only 1 attribute.
|
|
And a values of this attribute of a manufacturing product should be available for a component.
|
|
|
|
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 smashing it by providing a detailed and welcomed
|
|
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_bom_attribute_match%0Aversion:%2014.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
|
|
~~~~~~~
|
|
|
|
* Ilyas
|
|
* Ooops
|
|
|
|
Contributors
|
|
~~~~~~~~~~~~
|
|
|
|
* Ooops404 <https://ooops404.com>
|
|
|
|
* Ilyas
|
|
|
|
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/manufacture <https://github.com/OCA/manufacture/tree/14.0/mrp_bom_attribute_match>`_ project on GitHub.
|
|
|
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|