@@ -21,13 +21,13 @@ BOM Attribute Match
2121 :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2222 :alt: License: AGPL-3
2323.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
24- :target: https://github.com/OCA/manufacture/tree/18 .0/mrp_bom_attribute_match
24+ :target: https://github.com/OCA/manufacture/tree/19 .0/mrp_bom_attribute_match
2525 :alt: OCA/manufacture
2626.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27- :target: https://translation.odoo-community.org/projects/manufacture-18 -0/manufacture-18 -0-mrp_bom_attribute_match
27+ :target: https://translation.odoo-community.org/projects/manufacture-19 -0/manufacture-19 -0-mrp_bom_attribute_match
2828 :alt: Translate me on Weblate
2929.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30- :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=18 .0
30+ :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=19 .0
3131 :alt: Try me on Runboat
3232
3333|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -43,10 +43,10 @@ component "Desk board (Green)" to be applied to variant "Green").
4343
4444This has 3 downsides:
4545
46- - BoM lines proliferation (more error prone)
47- - Difficult to update in case a new attribute value (new color paint) is
48- added
49- - Difficult to update in case base component changes.
46+ - BoM lines proliferation (more error prone)
47+ - Difficult to update in case a new attribute value (new color paint)
48+ is added
49+ - Difficult to update in case base component changes.
5050
5151This module allows to use a product template as component in BoM lines,
5252automatically matching component variant to use in MO line with the
@@ -67,29 +67,29 @@ values for the product to manufacture.
6767
6868Various checks are in place to make sure this flow is not disrupted:
6969
70- - user cannot add a product in field "Component (Product Template)"
71- which:
70+ - user cannot add a product in field "Component (Product Template)"
71+ which:
7272
73- does not have matching attributes with product to manufacture
73+ does not have matching attributes with product to manufacture
7474
75- has a different variant-generating attribute than the product to
76- manufacture
75+ has a different variant-generating attribute than the product to
76+ manufacture
7777
78- - Adding a new variant-generating attribute to a product used as
79- "Component (Product Template)" raises an error if the attribute is not
80- included in all the products to manufacture where component is
81- referenced.
78+ - Adding a new variant-generating attribute to a product used as
79+ "Component (Product Template)" raises an error if the attribute is
80+ not included in all the products to manufacture where component is
81+ referenced.
8282
83- - Removing an attribute used for BoM attribute matching from product to
84- manufacture raises an error.
83+ - Removing an attribute used for BoM attribute matching from product to
84+ manufacture raises an error.
8585
86- - On a BoM line with Component (Product Template) set, an attribute
87- value of attributes referenced in "Match on attribute" field cannot be
88- used in field "Apply to variant".
86+ - On a BoM line with Component (Product Template) set, an attribute
87+ value of attributes referenced in "Match on attribute" field cannot
88+ be used in field "Apply to variant".
8989
90- - If attribute value for matching attribute in manufactured product is
91- not present in component (product template), the BoM line is skipped
92- in MO.
90+ - If attribute value for matching attribute in manufactured product is
91+ not present in component (product template), the BoM line is skipped
92+ in MO.
9393
9494**Table of contents **
9595
@@ -131,7 +131,7 @@ Bug Tracker
131131Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues >`_.
132132In case of trouble, please check there if your issue has already been reported.
133133If you spotted it first, help us to smash it by providing a detailed and welcomed
134- `feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_bom_attribute_match%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
134+ `feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_bom_attribute_match%0Aversion:%2019 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
135135
136136Do not contact contributors directly about support or help with technical issues.
137137
@@ -147,17 +147,21 @@ Authors
147147Contributors
148148------------
149149
150- - Ooops404 <https://ooops404.com>
150+ - Ooops404 <https://ooops404.com>
151151
152- - Ilyas
152+ - Ilyas
153153
154- - `Camptocamp <https://www.camptocamp.com >`__
154+ - `Camptocamp <https://www.camptocamp.com >`__
155155
156- - Iván Todorovich <ivan.todorovich@camptocamp.com>
156+ - Iván Todorovich <ivan.todorovich@camptocamp.com>
157157
158- - `Studio73 <https://www.studio73.es >`__
158+ - `Studio73 <https://www.studio73.es >`__
159159
160- - Eugenio Micó <eugenio@studio73.es>
160+ - Eugenio Micó <eugenio@studio73.es>
161+
162+ - `Komit <https://komit-consulting.com >`__
163+
164+ - Hieu Vo Minh Bao <hieu.vmb@komit-consulting.com>
161165
162166Maintainers
163167-----------
@@ -172,6 +176,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
172176mission is to support the collaborative development of Odoo features and
173177promote its widespread use.
174178
175- This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/18 .0/mrp_bom_attribute_match >`_ project on GitHub.
179+ This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/19 .0/mrp_bom_attribute_match >`_ project on GitHub.
176180
177181You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments