Skip to content

Commit 6baa8b8

Browse files
committed
[BOT] post-merge updates
1 parent 2597fec commit 6baa8b8

File tree

4 files changed

+27
-15
lines changed

4 files changed

+27
-15
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ addon | version | maintainers | summary
3939
[website_sale_stock_available](website_sale_stock_available/) | 18.0.1.0.0 | | Display 'Available to promise' in shop online instead of 'Free To Use Quantity'
4040
[website_sale_suggest_create_account](website_sale_suggest_create_account/) | 18.0.1.0.0 | | Suggest users to create an account when buying in the website
4141
[website_sale_vat_required](website_sale_vat_required/) | 18.0.1.0.0 | | VAT number required in checkout form
42+
[website_sale_wishlist_hide_price](website_sale_wishlist_hide_price/) | 18.0.1.0.0 | | Hide product prices on the shop
4243
[website_sale_wishlist_keep](website_sale_wishlist_keep/) | 18.0.1.0.0 | | Allows to add products to my cart but keep it in my wishlist"
4344
[website_snippet_product_category](website_snippet_product_category/) | 18.0.1.0.0 | <a href='https://github.com/Tardo'><img src='https://github.com/Tardo.png' width='32' height='32' style='border-radius:50%;' alt='Tardo'/></a> | Adds a new snippet to show e-commerce categories
4445

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-e-commerce"
3-
version = "18.0.20250811.0"
3+
version = "18.0.20250820.0"
44
dependencies = [
55
"odoo-addon-product_template_multi_link==18.0.*",
66
"odoo-addon-product_template_multi_link_date_span==18.0.*",
@@ -20,6 +20,7 @@ dependencies = [
2020
"odoo-addon-website_sale_stock_available==18.0.*",
2121
"odoo-addon-website_sale_suggest_create_account==18.0.*",
2222
"odoo-addon-website_sale_vat_required==18.0.*",
23+
"odoo-addon-website_sale_wishlist_hide_price==18.0.*",
2324
"odoo-addon-website_sale_wishlist_keep==18.0.*",
2425
"odoo-addon-website_snippet_product_category==18.0.*",
2526
]

website_sale_wishlist_hide_price/README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
================================
26
Website Sale Wishlist Hide Price
37
================================
@@ -7,13 +11,13 @@ Website Sale Wishlist Hide Price
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f56d225be4106161ff2a940d691638eec8c7999e13a1389fe1e14950acd006f0
14+
!! source digest: sha256:413c7955198ddb5661fcc9ebd24b3a7a8fcb1577a03786d32e6b33eb589c7777
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github
@@ -57,9 +61,9 @@ Authors
5761
Contributors
5862
------------
5963

60-
- `Tecnativa <https://www.tecnativa.com/>`__:
64+
- `Tecnativa <https://www.tecnativa.com/>`__:
6165

62-
- Pilar Vargas
66+
- Pilar Vargas
6367

6468
Maintainers
6569
-----------

website_sale_wishlist_hide_price/static/description/index.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Website Sale Wishlist Hide Price</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="website-sale-wishlist-hide-price">
364-
<h1 class="title">Website Sale Wishlist Hide Price</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="website-sale-wishlist-hide-price">
370+
<h1>Website Sale Wishlist Hide Price</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f56d225be4106161ff2a940d691638eec8c7999e13a1389fe1e14950acd006f0
375+
!! source digest: sha256:413c7955198ddb5661fcc9ebd24b3a7a8fcb1577a03786d32e6b33eb589c7777
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/e-commerce/tree/18.0/website_sale_wishlist_hide_price"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-commerce-18-0/e-commerce-18-0-website_sale_wishlist_hide_price"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/e-commerce/tree/18.0/website_sale_wishlist_hide_price"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-commerce-18-0/e-commerce-18-0-website_sale_wishlist_hide_price"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends the base of website_sale_hide_price to hide prices
374379
in the wishlist views as well.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -385,23 +390,23 @@ <h1 class="title">Website Sale Wishlist Hide Price</h1>
385390
</ul>
386391
</div>
387392
<div class="section" id="bug-tracker">
388-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
393+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
389394
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/e-commerce/issues">GitHub Issues</a>.
390395
In case of trouble, please check there if your issue has already been reported.
391396
If you spotted it first, help us to smash it by providing a detailed and welcomed
392397
<a class="reference external" href="https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_wishlist_hide_price%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393398
<p>Do not contact contributors directly about support or help with technical issues.</p>
394399
</div>
395400
<div class="section" id="credits">
396-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
397402
<div class="section" id="authors">
398-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
403+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
399404
<ul class="simple">
400405
<li>Tecnativa</li>
401406
</ul>
402407
</div>
403408
<div class="section" id="contributors">
404-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
409+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
405410
<ul class="simple">
406411
<li><a class="reference external" href="https://www.tecnativa.com/">Tecnativa</a>:<ul>
407412
<li>Pilar Vargas</li>
@@ -410,7 +415,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
410415
</ul>
411416
</div>
412417
<div class="section" id="maintainers">
413-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
418+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
414419
<p>This module is maintained by the OCA.</p>
415420
<a class="reference external image-reference" href="https://odoo-community.org">
416421
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -423,5 +428,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
423428
</div>
424429
</div>
425430
</div>
431+
</div>
426432
</body>
427433
</html>

0 commit comments

Comments
 (0)