diff --git a/stock_whole_kit_constraint/README.rst b/stock_whole_kit_constraint/README.rst index b258a62e2..3f98de7c3 100644 --- a/stock_whole_kit_constraint/README.rst +++ b/stock_whole_kit_constraint/README.rst @@ -14,14 +14,14 @@ Stock whole kit constraint :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/stock_whole_kit_constraint + :target: https://github.com/OCA/manufacture/tree/15.0/stock_whole_kit_constraint :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-stock_whole_kit_constraint + :target: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-stock_whole_kit_constraint :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 +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/manufacture&target_branch=15.0 + :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,7 @@ To allow/disallow the partial delivery of kits: #. Go to the kit product template or variant and then to the *Inventory* tab, *Logistics* group. #. The "Allow Partial Kit" check controls this. If marked, it will allow it. -#. By default, the check is not marked. +#. By default, the check is marked. Usage ===== @@ -61,7 +61,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -79,6 +79,7 @@ Contributors * Tecnativa __ * David Vidal + * Pilar Vargas Maintainers ~~~~~~~~~~~ @@ -93,6 +94,6 @@ 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 `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_whole_kit_constraint/__manifest__.py b/stock_whole_kit_constraint/__manifest__.py index 747055600..71f2493be 100644 --- a/stock_whole_kit_constraint/__manifest__.py +++ b/stock_whole_kit_constraint/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock whole kit constraint", "summary": "Avoid to deliver a kit partially", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Stock", "website": "https://github.com/OCA/manufacture", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/stock_whole_kit_constraint/models/stock_picking.py b/stock_whole_kit_constraint/models/stock_picking.py index a756094ce..24754be4c 100644 --- a/stock_whole_kit_constraint/models/stock_picking.py +++ b/stock_whole_kit_constraint/models/stock_picking.py @@ -23,7 +23,8 @@ class StockPicking(models.Model): raise ValidationError( _( "You can't make a partial delivery of components of the " - "%s kit" % bom.product_tmpl_id.display_name + "%s kit", + bom.product_tmpl_id.display_name, ) ) return super()._check_backorder() diff --git a/stock_whole_kit_constraint/readme/CONFIGURE.rst b/stock_whole_kit_constraint/readme/CONFIGURE.rst index f3185dfd2..981c7ce5d 100644 --- a/stock_whole_kit_constraint/readme/CONFIGURE.rst +++ b/stock_whole_kit_constraint/readme/CONFIGURE.rst @@ -3,4 +3,4 @@ To allow/disallow the partial delivery of kits: #. Go to the kit product template or variant and then to the *Inventory* tab, *Logistics* group. #. The "Allow Partial Kit" check controls this. If marked, it will allow it. -#. By default, the check is not marked. +#. By default, the check is marked. diff --git a/stock_whole_kit_constraint/readme/CONTRIBUTORS.rst b/stock_whole_kit_constraint/readme/CONTRIBUTORS.rst index 61589bc27..da6fbe9c5 100644 --- a/stock_whole_kit_constraint/readme/CONTRIBUTORS.rst +++ b/stock_whole_kit_constraint/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Tecnativa __ * David Vidal + * Pilar Vargas diff --git a/stock_whole_kit_constraint/static/description/index.html b/stock_whole_kit_constraint/static/description/index.html index 4df089d8f..5d933e574 100644 --- a/stock_whole_kit_constraint/static/description/index.html +++ b/stock_whole_kit_constraint/static/description/index.html @@ -3,7 +3,7 @@ - + Stock whole kit constraint