diff --git a/website_sale_hide_price_wishlist/README.rst b/website_sale_hide_price_wishlist/README.rst new file mode 100644 index 0000000000..460cc9e2af --- /dev/null +++ b/website_sale_hide_price_wishlist/README.rst @@ -0,0 +1,76 @@ +=================================== +Website Sale Hide Price on Wishlist +=================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:5a98eed618aba451bf58a1230e1d4b1e245de951531d10f0c260ac2e34c47b89 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fe--commerce-lightgray.png?logo=github + :target: https://github.com/OCA/e-commerce/tree/17.0/website_sale_hide_price_wishlist + :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-17-0/e-commerce-17-0-website_sale_hide_price_wishlist + :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=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Hide product prices on the wishlist. + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Versada + +Contributors +------------ + +- Maciej Wichowski + +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/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_hide_price_wishlist/__init__.py b/website_sale_hide_price_wishlist/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/website_sale_hide_price_wishlist/__manifest__.py b/website_sale_hide_price_wishlist/__manifest__.py new file mode 100644 index 0000000000..6b81ea21c6 --- /dev/null +++ b/website_sale_hide_price_wishlist/__manifest__.py @@ -0,0 +1,19 @@ +# Author: Maciej Wichowski. Copyright: Versada UAB. +# See LICENSE and COPYRIGHT files for details. +{ + "name": "Website Sale Hide Price on Wishlist", + "version": "17.0.1.0.0", + "summary": "Hide product prices on the wishlist", + "license": "AGPL-3", + "author": "Versada, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/e-commerce", + "category": "Website", + "depends": [ + # odoo + "website_sale_hide_price", + "website_sale_wishlist", + ], + "data": ["views/website_sale_templates.xml"], + "installable": True, + "auto_install": True, +} diff --git a/website_sale_hide_price_wishlist/pyproject.toml b/website_sale_hide_price_wishlist/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/website_sale_hide_price_wishlist/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/website_sale_hide_price_wishlist/readme/CONTRIBUTORS.md b/website_sale_hide_price_wishlist/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..17ea0c633e --- /dev/null +++ b/website_sale_hide_price_wishlist/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +* Maciej Wichowski \<\> diff --git a/website_sale_hide_price_wishlist/readme/DESCRIPTION.md b/website_sale_hide_price_wishlist/readme/DESCRIPTION.md new file mode 100644 index 0000000000..96778c6b8c --- /dev/null +++ b/website_sale_hide_price_wishlist/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Hide product prices on the wishlist. diff --git a/website_sale_hide_price_wishlist/static/description/icon.png b/website_sale_hide_price_wishlist/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/website_sale_hide_price_wishlist/static/description/icon.png differ diff --git a/website_sale_hide_price_wishlist/static/description/index.html b/website_sale_hide_price_wishlist/static/description/index.html new file mode 100644 index 0000000000..723a3164e2 --- /dev/null +++ b/website_sale_hide_price_wishlist/static/description/index.html @@ -0,0 +1,423 @@ + + + + + +Website Sale Hide Price on Wishlist + + + +
+

Website Sale Hide Price on Wishlist

+ + +

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runboat

+

Hide product prices on the wishlist.

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Versada
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

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.

+

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

+
+
+
+ + diff --git a/website_sale_hide_price_wishlist/views/website_sale_templates.xml b/website_sale_hide_price_wishlist/views/website_sale_templates.xml new file mode 100644 index 0000000000..10ad63cd71 --- /dev/null +++ b/website_sale_hide_price_wishlist/views/website_sale_templates.xml @@ -0,0 +1,41 @@ + + + + diff --git a/website_sale_stock_hide_price_wishlist/README.rst b/website_sale_stock_hide_price_wishlist/README.rst new file mode 100644 index 0000000000..60044a7880 --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/README.rst @@ -0,0 +1,76 @@ +========================================= +Website Sale Stock Hide Price on Wishlist +========================================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:9f0f2a3af8e30e7f2871ccd3df05c5b34604c05348712fa6aa1e28c25af4b03d + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fe--commerce-lightgray.png?logo=github + :target: https://github.com/OCA/e-commerce/tree/17.0/website_sale_stock_hide_price_wishlist + :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-17-0/e-commerce-17-0-website_sale_stock_hide_price_wishlist + :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=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Hide product prices on the wishlist. + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Versada + +Contributors +------------ + +- Maciej Wichowski + +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/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_stock_hide_price_wishlist/__init__.py b/website_sale_stock_hide_price_wishlist/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/website_sale_stock_hide_price_wishlist/__manifest__.py b/website_sale_stock_hide_price_wishlist/__manifest__.py new file mode 100644 index 0000000000..461df1e102 --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/__manifest__.py @@ -0,0 +1,20 @@ +# Author: Maciej Wichowski. Copyright: Versada UAB. +# See LICENSE and COPYRIGHT files for details. +{ + "name": "Website Sale Stock Hide Price on Wishlist", + "version": "17.0.1.0.0", + "summary": "Hide product prices on the wishlist", + "license": "AGPL-3", + "author": "Versada, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/e-commerce", + "category": "Website", + "depends": [ + # odoo + "website_sale_stock_wishlist", + # OCA:e-commerce + "website_sale_hide_price_wishlist", + ], + "data": ["views/website_sale_templates.xml"], + "installable": True, + "auto_install": True, +} diff --git a/website_sale_stock_hide_price_wishlist/pyproject.toml b/website_sale_stock_hide_price_wishlist/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/website_sale_stock_hide_price_wishlist/readme/CONTRIBUTORS.md b/website_sale_stock_hide_price_wishlist/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..17ea0c633e --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +* Maciej Wichowski \<\> diff --git a/website_sale_stock_hide_price_wishlist/readme/DESCRIPTION.md b/website_sale_stock_hide_price_wishlist/readme/DESCRIPTION.md new file mode 100644 index 0000000000..96778c6b8c --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Hide product prices on the wishlist. diff --git a/website_sale_stock_hide_price_wishlist/static/description/icon.png b/website_sale_stock_hide_price_wishlist/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/website_sale_stock_hide_price_wishlist/static/description/icon.png differ diff --git a/website_sale_stock_hide_price_wishlist/static/description/index.html b/website_sale_stock_hide_price_wishlist/static/description/index.html new file mode 100644 index 0000000000..25c66ec087 --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/static/description/index.html @@ -0,0 +1,423 @@ + + + + + +Website Sale Stock Hide Price on Wishlist + + + +
+

Website Sale Stock Hide Price on Wishlist

+ + +

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runboat

+

Hide product prices on the wishlist.

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Versada
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

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.

+

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

+
+
+
+ + diff --git a/website_sale_stock_hide_price_wishlist/views/website_sale_templates.xml b/website_sale_stock_hide_price_wishlist/views/website_sale_templates.xml new file mode 100644 index 0000000000..fe0af3a9c7 --- /dev/null +++ b/website_sale_stock_hide_price_wishlist/views/website_sale_templates.xml @@ -0,0 +1,15 @@ + + + +