diff --git a/website_event_sale_b2x_alt_price/README.rst b/website_event_sale_b2x_alt_price/README.rst
index ce77b0255..eb40777aa 100644
--- a/website_event_sale_b2x_alt_price/README.rst
+++ b/website_event_sale_b2x_alt_price/README.rst
@@ -17,21 +17,21 @@ Online event ticket sales with alternative prices
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github
- :target: https://github.com/OCA/event/tree/15.0/website_event_sale_b2x_alt_price
+ :target: https://github.com/OCA/event/tree/17.0/website_event_sale_b2x_alt_price
:alt: OCA/event
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/event-15-0/event-15-0-website_event_sale_b2x_alt_price
+ :target: https://translation.odoo-community.org/projects/event-17-0/event-17-0-website_event_sale_b2x_alt_price
: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/event&target_branch=15.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/event&target_branch=17.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of website event sales to support
-displaying the alternative price in the website event registration page and to
-allow your visitors to know the final price in case they will have some special
-fiscal tax behavior.
+displaying the alternative price in the website event registration page
+and to allow your visitors to know the final price in case they will
+have some special fiscal tax behavior.
**Table of contents**
@@ -43,19 +43,20 @@ Usage
To use this module, you need to:
-#. Configure some tickets for your event.
-#. The product associated with the tickets should have taxes.
-#. Publish the event.
+1. Configure some tickets for your event.
+2. The product associated with the tickets should have taxes.
+3. Publish the event.
Known issues / Roadmap
======================
-* When the public pricelist is set to display discounts in customer's face and
- the website is set to display prices tax included, the discounted price will
- appear always as tax excluded and produce weird scenarios. This is Odoo's
- bug and not this module's. It has been notified as OPW-2518694 but it doesn't
- look like it's going to be fixed any soon. In v16, event price discounts from
- pricelist don't even work and for v17 there's an ongoing refactoring work.
+- When the public pricelist is set to display discounts in customer's
+ face and the website is set to display prices tax included, the
+ discounted price will appear always as tax excluded and produce weird
+ scenarios. This is Odoo's bug and not this module's. It has been
+ notified as OPW-2518694 but it doesn't look like it's going to be
+ fixed any soon. In v16, event price discounts from pricelist don't
+ even work and for v17 there's an ongoing refactoring work.
Bug Tracker
===========
@@ -63,7 +64,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.
@@ -71,21 +72,21 @@ Credits
=======
Authors
-~~~~~~~
+-------
* Tecnativa
Contributors
-~~~~~~~~~~~~
+------------
-* `Tecnativa `_:
+- `Tecnativa `__:
- * Jairo Llopis
- * Carlos Roca
- * David Vidal
+ - Jairo Llopis
+ - Carlos Roca
+ - David Vidal
Maintainers
-~~~~~~~~~~~
+-----------
This module is maintained by the OCA.
@@ -105,6 +106,6 @@ Current `maintainer `__:
|maintainer-Yajo|
-This module is part of the `OCA/event `_ project on GitHub.
+This module is part of the `OCA/event `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/website_event_sale_b2x_alt_price/pyproject.toml b/website_event_sale_b2x_alt_price/pyproject.toml
new file mode 100644
index 000000000..4231d0ccc
--- /dev/null
+++ b/website_event_sale_b2x_alt_price/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["whool"]
+build-backend = "whool.buildapi"
diff --git a/website_event_sale_b2x_alt_price/readme/CONTRIBUTORS.md b/website_event_sale_b2x_alt_price/readme/CONTRIBUTORS.md
new file mode 100644
index 000000000..3ad5fc0ce
--- /dev/null
+++ b/website_event_sale_b2x_alt_price/readme/CONTRIBUTORS.md
@@ -0,0 +1,4 @@
+- [Tecnativa](https://www.tecnativa.com):
+ - Jairo Llopis
+ - Carlos Roca
+ - David Vidal
diff --git a/website_event_sale_b2x_alt_price/readme/CONTRIBUTORS.rst b/website_event_sale_b2x_alt_price/readme/CONTRIBUTORS.rst
deleted file mode 100644
index ef484dee4..000000000
--- a/website_event_sale_b2x_alt_price/readme/CONTRIBUTORS.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-* `Tecnativa `_:
-
- * Jairo Llopis
- * Carlos Roca
- * David Vidal
diff --git a/website_event_sale_b2x_alt_price/readme/DESCRIPTION.rst b/website_event_sale_b2x_alt_price/readme/DESCRIPTION.md
similarity index 53%
rename from website_event_sale_b2x_alt_price/readme/DESCRIPTION.rst
rename to website_event_sale_b2x_alt_price/readme/DESCRIPTION.md
index 71ec53ba1..e4c843cf7 100644
--- a/website_event_sale_b2x_alt_price/readme/DESCRIPTION.rst
+++ b/website_event_sale_b2x_alt_price/readme/DESCRIPTION.md
@@ -1,4 +1,4 @@
This module extends the functionality of website event sales to support
-displaying the alternative price in the website event registration page and to
-allow your visitors to know the final price in case they will have some special
-fiscal tax behavior.
+displaying the alternative price in the website event registration page
+and to allow your visitors to know the final price in case they will
+have some special fiscal tax behavior.
diff --git a/website_event_sale_b2x_alt_price/readme/ROADMAP.md b/website_event_sale_b2x_alt_price/readme/ROADMAP.md
new file mode 100644
index 000000000..e62b65704
--- /dev/null
+++ b/website_event_sale_b2x_alt_price/readme/ROADMAP.md
@@ -0,0 +1,7 @@
+- When the public pricelist is set to display discounts in customer's
+ face and the website is set to display prices tax included, the
+ discounted price will appear always as tax excluded and produce weird
+ scenarios. This is Odoo's bug and not this module's. It has been
+ notified as OPW-2518694 but it doesn't look like it's going to be
+ fixed any soon. In v16, event price discounts from pricelist don't
+ even work and for v17 there's an ongoing refactoring work.
diff --git a/website_event_sale_b2x_alt_price/readme/ROADMAP.rst b/website_event_sale_b2x_alt_price/readme/ROADMAP.rst
deleted file mode 100644
index 6f2277da3..000000000
--- a/website_event_sale_b2x_alt_price/readme/ROADMAP.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-* When the public pricelist is set to display discounts in customer's face and
- the website is set to display prices tax included, the discounted price will
- appear always as tax excluded and produce weird scenarios. This is Odoo's
- bug and not this module's. It has been notified as OPW-2518694 but it doesn't
- look like it's going to be fixed any soon. In v16, event price discounts from
- pricelist don't even work and for v17 there's an ongoing refactoring work.
diff --git a/website_event_sale_b2x_alt_price/readme/USAGE.md b/website_event_sale_b2x_alt_price/readme/USAGE.md
new file mode 100644
index 000000000..cc417bb6a
--- /dev/null
+++ b/website_event_sale_b2x_alt_price/readme/USAGE.md
@@ -0,0 +1,5 @@
+To use this module, you need to:
+
+1. Configure some tickets for your event.
+2. The product associated with the tickets should have taxes.
+3. Publish the event.
diff --git a/website_event_sale_b2x_alt_price/readme/USAGE.rst b/website_event_sale_b2x_alt_price/readme/USAGE.rst
deleted file mode 100644
index 2bcbd1606..000000000
--- a/website_event_sale_b2x_alt_price/readme/USAGE.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-To use this module, you need to:
-
-#. Configure some tickets for your event.
-#. The product associated with the tickets should have taxes.
-#. Publish the event.
diff --git a/website_event_sale_b2x_alt_price/static/description/index.html b/website_event_sale_b2x_alt_price/static/description/index.html
index 972f84f58..90496ee70 100644
--- a/website_event_sale_b2x_alt_price/static/description/index.html
+++ b/website_event_sale_b2x_alt_price/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -369,11 +369,11 @@ Online event ticket sales with alternative prices
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b94936e2af17bc8cf56c05b552790bd033aa91470c84ebc0aaebb815b7623224
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module extends the functionality of website event sales to support
-displaying the alternative price in the website event registration page and to
-allow your visitors to know the final price in case they will have some special
-fiscal tax behavior.
+displaying the alternative price in the website event registration page
+and to allow your visitors to know the final price in case they will
+have some special fiscal tax behavior.
Table of contents
@@ -400,12 +400,13 @@
-- When the public pricelist is set to display discounts in customer’s face and
-the website is set to display prices tax included, the discounted price will
-appear always as tax excluded and produce weird scenarios. This is Odoo’s
-bug and not this module’s. It has been notified as OPW-2518694 but it doesn’t
-look like it’s going to be fixed any soon. In v16, event price discounts from
-pricelist don’t even work and for v17 there’s an ongoing refactoring work.
+- When the public pricelist is set to display discounts in customer’s
+face and the website is set to display prices tax included, the
+discounted price will appear always as tax excluded and produce weird
+scenarios. This is Odoo’s bug and not this module’s. It has been
+notified as OPW-2518694 but it doesn’t look like it’s going to be
+fixed any soon. In v16, event price discounts from pricelist don’t
+even work and for v17 there’s an ongoing refactoring work.
@@ -413,7 +414,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.
@@ -438,13 +439,15 @@
This module is maintained by the OCA.
-
+
+
+
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.
Current maintainer:
-
This module is part of the OCA/event project on GitHub.
+
This module is part of the OCA/event project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.