From d184a3f1c40a150cbd5432ab43a4ec6983761bf4 Mon Sep 17 00:00:00 2001
From: miluhirani121
Date: Sun, 4 Aug 2024 22:31:30 +0530
Subject: [PATCH] [MIG] website_sale_product_attribute_filter_collapse:
Migration to 17.0
---
.../README.rst | 39 ++++++++++---------
.../__manifest__.py | 2 +-
.../i18n/es.po | 2 +-
.../i18n/it.po | 2 +-
...sale_product_attribute_filter_collapse.pot | 2 +-
.../pyproject.toml | 3 ++
.../readme/CONFIGURE.md | 6 +++
.../readme/CONFIGURE.rst | 5 ---
.../readme/CONTRIBUTORS.md | 3 ++
.../readme/CONTRIBUTORS.rst | 3 --
.../readme/DESCRIPTION.md | 3 ++
.../readme/DESCRIPTION.rst | 2 -
.../readme/USAGE.md | 4 ++
.../readme/USAGE.rst | 3 --
.../static/description/index.html | 17 ++++----
15 files changed, 54 insertions(+), 42 deletions(-)
create mode 100644 website_sale_product_attribute_filter_collapse/pyproject.toml
create mode 100644 website_sale_product_attribute_filter_collapse/readme/CONFIGURE.md
delete mode 100644 website_sale_product_attribute_filter_collapse/readme/CONFIGURE.rst
create mode 100644 website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.md
delete mode 100644 website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.rst
create mode 100644 website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.md
delete mode 100644 website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.rst
create mode 100644 website_sale_product_attribute_filter_collapse/readme/USAGE.md
delete mode 100644 website_sale_product_attribute_filter_collapse/readme/USAGE.rst
diff --git a/website_sale_product_attribute_filter_collapse/README.rst b/website_sale_product_attribute_filter_collapse/README.rst
index 713bc7bae0..1e7deaff8e 100644
--- a/website_sale_product_attribute_filter_collapse/README.rst
+++ b/website_sale_product_attribute_filter_collapse/README.rst
@@ -17,19 +17,20 @@ Website Sale Attribute Filter Collapse
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github
- :target: https://github.com/OCA/e-commerce/tree/16.0/website_sale_product_attribute_filter_collapse
+ :target: https://github.com/OCA/e-commerce/tree/17.0/website_sale_product_attribute_filter_collapse
:alt: OCA/e-commerce
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_attribute_filter_collapse
+ :target: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_product_attribute_filter_collapse
: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/e-commerce&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=17.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
-This module extends the functionality of the sales module of the website by allowing to
-display the values of the attributes folded or unfolded in the attribute filter.
+This module extends the functionality of the sales module of the website
+by allowing to display the values of the attributes folded or unfolded
+in the attribute filter.
**Table of contents**
@@ -41,16 +42,18 @@ Configuration
To configure this module, you need to:
-* Go to 'Website > eCommerce > Attributes, create one or more and add more than one value for each attribute.
-* Go to 'Website > Products > Products' and create a product with this
- attribute and assign it an attribute value.
+- Go to 'Website > eCommerce > Attributes, create one or more and add
+ more than one value for each attribute.
+- Go to 'Website > Products > Products' and create a product with this
+ attribute and assign it an attribute value.
Usage
=====
-#. Go to Website Shop.
-#. Activate/deactivate "Collapsible attribute filters" in "Customize" option in web editor.
-#. Now you can see product attributes filter grouped.
+1. Go to Website Shop.
+2. Activate/deactivate "Collapsible attribute filters" in "Customize"
+ option in web editor.
+3. Now you can see product attributes filter grouped.
Bug Tracker
===========
@@ -58,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 to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -66,19 +69,19 @@ Credits
=======
Authors
-~~~~~~~
+-------
* Tecnativa
Contributors
-~~~~~~~~~~~~
+------------
-* `Tecnativa `_:
+- `Tecnativa `__:
- * Pilar Vargas
+ - Pilar Vargas
Maintainers
-~~~~~~~~~~~
+-----------
This module is maintained by the OCA.
@@ -90,6 +93,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/e-commerce `_ project on GitHub.
+This module is part of the `OCA/e-commerce `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/website_sale_product_attribute_filter_collapse/__manifest__.py b/website_sale_product_attribute_filter_collapse/__manifest__.py
index 61a190a7c4..a87add5af3 100644
--- a/website_sale_product_attribute_filter_collapse/__manifest__.py
+++ b/website_sale_product_attribute_filter_collapse/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Website Sale Attribute Filter Collapse",
"summary": "Allows the attributes of the categories to be folded",
- "version": "16.0.1.0.1",
+ "version": "17.0.1.0.1",
"category": "Website",
"website": "https://github.com/OCA/e-commerce",
"author": "Tecnativa, Odoo Community Association (OCA)",
diff --git a/website_sale_product_attribute_filter_collapse/i18n/es.po b/website_sale_product_attribute_filter_collapse/i18n/es.po
index 954ff16708..c50834d7dc 100644
--- a/website_sale_product_attribute_filter_collapse/i18n/es.po
+++ b/website_sale_product_attribute_filter_collapse/i18n/es.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 16.0\n"
+"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-09-05 21:36+0000\n"
"Last-Translator: Ivorra78 \n"
diff --git a/website_sale_product_attribute_filter_collapse/i18n/it.po b/website_sale_product_attribute_filter_collapse/i18n/it.po
index 8878075a41..3174e91f94 100644
--- a/website_sale_product_attribute_filter_collapse/i18n/it.po
+++ b/website_sale_product_attribute_filter_collapse/i18n/it.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 16.0\n"
+"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-08 07:46+0000\n"
"Last-Translator: mymage \n"
diff --git a/website_sale_product_attribute_filter_collapse/i18n/website_sale_product_attribute_filter_collapse.pot b/website_sale_product_attribute_filter_collapse/i18n/website_sale_product_attribute_filter_collapse.pot
index dfc0023a97..5939ae43f8 100644
--- a/website_sale_product_attribute_filter_collapse/i18n/website_sale_product_attribute_filter_collapse.pot
+++ b/website_sale_product_attribute_filter_collapse/i18n/website_sale_product_attribute_filter_collapse.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 16.0\n"
+"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
diff --git a/website_sale_product_attribute_filter_collapse/pyproject.toml b/website_sale_product_attribute_filter_collapse/pyproject.toml
new file mode 100644
index 0000000000..4231d0cccb
--- /dev/null
+++ b/website_sale_product_attribute_filter_collapse/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["whool"]
+build-backend = "whool.buildapi"
diff --git a/website_sale_product_attribute_filter_collapse/readme/CONFIGURE.md b/website_sale_product_attribute_filter_collapse/readme/CONFIGURE.md
new file mode 100644
index 0000000000..27f4462320
--- /dev/null
+++ b/website_sale_product_attribute_filter_collapse/readme/CONFIGURE.md
@@ -0,0 +1,6 @@
+To configure this module, you need to:
+
+- Go to 'Website \> eCommerce \> Attributes, create one or more and add
+ more than one value for each attribute.
+- Go to 'Website \> Products \> Products' and create a product with this
+ attribute and assign it an attribute value.
diff --git a/website_sale_product_attribute_filter_collapse/readme/CONFIGURE.rst b/website_sale_product_attribute_filter_collapse/readme/CONFIGURE.rst
deleted file mode 100644
index c79114e101..0000000000
--- a/website_sale_product_attribute_filter_collapse/readme/CONFIGURE.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-To configure this module, you need to:
-
-* Go to 'Website > eCommerce > Attributes, create one or more and add more than one value for each attribute.
-* Go to 'Website > Products > Products' and create a product with this
- attribute and assign it an attribute value.
diff --git a/website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.md b/website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.md
new file mode 100644
index 0000000000..6efd183e0f
--- /dev/null
+++ b/website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.md
@@ -0,0 +1,3 @@
+- [Tecnativa](https://www.tecnativa.com):
+
+ > - Pilar Vargas
diff --git a/website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.rst b/website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.rst
deleted file mode 100644
index c1d7564b96..0000000000
--- a/website_sale_product_attribute_filter_collapse/readme/CONTRIBUTORS.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-* `Tecnativa `_:
-
- * Pilar Vargas
diff --git a/website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.md b/website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.md
new file mode 100644
index 0000000000..b935c8188e
--- /dev/null
+++ b/website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.md
@@ -0,0 +1,3 @@
+This module extends the functionality of the sales module of the website
+by allowing to display the values of the attributes folded or unfolded
+in the attribute filter.
diff --git a/website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.rst b/website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.rst
deleted file mode 100644
index 0701ba1239..0000000000
--- a/website_sale_product_attribute_filter_collapse/readme/DESCRIPTION.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-This module extends the functionality of the sales module of the website by allowing to
-display the values of the attributes folded or unfolded in the attribute filter.
diff --git a/website_sale_product_attribute_filter_collapse/readme/USAGE.md b/website_sale_product_attribute_filter_collapse/readme/USAGE.md
new file mode 100644
index 0000000000..9c7326478f
--- /dev/null
+++ b/website_sale_product_attribute_filter_collapse/readme/USAGE.md
@@ -0,0 +1,4 @@
+1. Go to Website Shop.
+2. Activate/deactivate "Collapsible attribute filters" in "Customize"
+ option in web editor.
+3. Now you can see product attributes filter grouped.
diff --git a/website_sale_product_attribute_filter_collapse/readme/USAGE.rst b/website_sale_product_attribute_filter_collapse/readme/USAGE.rst
deleted file mode 100644
index 42d3ccd964..0000000000
--- a/website_sale_product_attribute_filter_collapse/readme/USAGE.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-#. Go to Website Shop.
-#. Activate/deactivate "Collapsible attribute filters" in "Customize" option in web editor.
-#. Now you can see product attributes filter grouped.
diff --git a/website_sale_product_attribute_filter_collapse/static/description/index.html b/website_sale_product_attribute_filter_collapse/static/description/index.html
index 0f0d263367..deba4be1c2 100644
--- a/website_sale_product_attribute_filter_collapse/static/description/index.html
+++ b/website_sale_product_attribute_filter_collapse/static/description/index.html
@@ -368,9 +368,10 @@ Website Sale Attribute Filter Collapse
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2a96a07a0f4b9643cd1a72e7f80fc7218addd626df8b8e65c1ec63d15977f7a2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
-This module extends the functionality of the sales module of the website by allowing to
-display the values of the attributes folded or unfolded in the attribute filter.
+
+This module extends the functionality of the sales module of the website
+by allowing to display the values of the attributes folded or unfolded
+in the attribute filter.
Table of contents
@@ -389,7 +390,8 @@ Website Sale Attribute Filter Collapse
To configure this module, you need to:
-- Go to ‘Website > eCommerce > Attributes, create one or more and add more than one value for each attribute.
+- Go to ‘Website > eCommerce > Attributes, create one or more and add
+more than one value for each attribute.
- Go to ‘Website > Products > Products’ and create a product with this
attribute and assign it an attribute value.
@@ -398,7 +400,8 @@
- Go to Website Shop.
-- Activate/deactivate “Collapsible attribute filters” in “Customize” option in web editor.
+- Activate/deactivate “Collapsible attribute filters” in “Customize”
+option in web editor.
- Now you can see product attributes filter grouped.
@@ -407,7 +410,7 @@
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.
@@ -437,7 +440,7 @@
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/e-commerce project on GitHub.
+
This module is part of the OCA/e-commerce project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.