diff --git a/product_configurator_sale/README.rst b/product_configurator_sale/README.rst index 4cdd78cd9a..e2c4c3af1c 100644 --- a/product_configurator_sale/README.rst +++ b/product_configurator_sale/README.rst @@ -17,13 +17,13 @@ Product Configurator Sale :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--configurator-lightgray.png?logo=github - :target: https://github.com/OCA/product-configurator/tree/14.0/product_configurator_sale + :target: https://github.com/OCA/product-configurator/tree/17.0/product_configurator_sale :alt: OCA/product-configurator .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/product-configurator-14-0/product-configurator-14-0-product_configurator_sale + :target: https://translation.odoo-community.org/projects/product-configurator-17-0/product-configurator-17-0-product_configurator_sale :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/product-configurator&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/product-configurator&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -49,12 +49,12 @@ Credits ======= Authors -~~~~~~~ +------- * Pledra Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -74,6 +74,6 @@ Current `maintainer `__: |maintainer-PCatinean| -This module is part of the `OCA/product-configurator `_ project on GitHub. +This module is part of the `OCA/product-configurator `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_configurator_sale/__manifest__.py b/product_configurator_sale/__manifest__.py index a4f532986d..56d037497b 100644 --- a/product_configurator_sale/__manifest__.py +++ b/product_configurator_sale/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Product Configurator Sale", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Generic Modules/Sale", "summary": "Product configuration interface modules for Sale", "author": "Pledra, Odoo Community Association (OCA)", diff --git a/product_configurator_sale/pyproject.toml b/product_configurator_sale/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/product_configurator_sale/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_configurator_sale/readme/DESCRIPTION.rst b/product_configurator_sale/readme/DESCRIPTION.md similarity index 100% rename from product_configurator_sale/readme/DESCRIPTION.rst rename to product_configurator_sale/readme/DESCRIPTION.md diff --git a/product_configurator_sale/static/description/index.html b/product_configurator_sale/static/description/index.html index 46ef0551d0..4411a3da04 100644 --- a/product_configurator_sale/static/description/index.html +++ b/product_configurator_sale/static/description/index.html @@ -369,7 +369,7 @@

Product Configurator Sale

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:2a027575c211693ed3abf41ce8b330ac9c76a6431a4175a21b77b26cff61350a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/product-configurator Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/product-configurator Translate me on Weblate Try me on Runboat

Product Configurator wizard available on Sales Orders.

Table of contents

@@ -387,7 +387,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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -407,7 +407,7 @@

Maintainers

promote its widespread use.

Current maintainer:

PCatinean

-

This module is part of the OCA/product-configurator project on GitHub.

+

This module is part of the OCA/product-configurator project on GitHub.

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

diff --git a/product_configurator_sale/tests/test_sale.py b/product_configurator_sale/tests/test_sale.py index 92b7a992a0..7c22d863a4 100644 --- a/product_configurator_sale/tests/test_sale.py +++ b/product_configurator_sale/tests/test_sale.py @@ -5,7 +5,7 @@ class SaleOrder(TC.ProductConfiguratorTestCases): def setUp(self): - super(SaleOrder, self).setUp() + super().setUp() self.SaleOrderId = self.env["sale.order"] self.productPricelist = self.env["product.pricelist"] self.resPartner = self.env.ref("product_configurator_sale.partenr_sale_1") diff --git a/product_configurator_sale/views/sale_view.xml b/product_configurator_sale/views/sale_view.xml index 564f5abe84..d88eede55e 100644 --- a/product_configurator_sale/views/sale_view.xml +++ b/product_configurator_sale/views/sale_view.xml @@ -10,7 +10,6 @@ class="oe_highlight" groups="product_configurator.group_product_configurator" name="action_config_start" - states="draft,sent" string="Configure Product" style="margin-top: 15px;" type="object" @@ -29,7 +28,7 @@ >