diff --git a/README.md b/README.md index d02c05f037..2216dfbb3e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [website_sale_b2x_alt_price](website_sale_b2x_alt_price/) | 15.0.1.1.1 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Display prices with(out) taxes in eCommerce, complementing normal mode [website_sale_cart_expire](website_sale_cart_expire/) | 15.0.1.1.1 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Cancel carts without activity after a configurable time [website_sale_checkout_country_vat](website_sale_checkout_country_vat/) | 15.0.1.0.0 | | Autocomplete VAT in checkout process -[website_sale_checkout_skip_payment](website_sale_checkout_skip_payment/) | 15.0.1.3.0 | | Skip payment for logged users in checkout process +[website_sale_checkout_skip_payment](website_sale_checkout_skip_payment/) | 15.0.1.3.1 | | Skip payment for logged users in checkout process [website_sale_comparison_hide_price](website_sale_comparison_hide_price/) | 15.0.1.0.0 | | Hide product prices on the shop [website_sale_google_tag_manager](website_sale_google_tag_manager/) | 15.0.1.0.0 | | Add support for Google Tag Manager Enhanced Conversions [website_sale_hide_empty_category](website_sale_hide_empty_category/) | 15.0.1.0.1 | | Hide any Product Categories that are empty diff --git a/website_sale_checkout_skip_payment/README.rst b/website_sale_checkout_skip_payment/README.rst index d07af7ecbe..9e9a135de8 100644 --- a/website_sale_checkout_skip_payment/README.rst +++ b/website_sale_checkout_skip_payment/README.rst @@ -7,7 +7,7 @@ Website Sale Checkout Skip Payment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:56fd2b2d5d5c9b4fbd590dd839a877cf284cd0b49f117923fcda65e5d9e62515 + !! source digest: sha256:671a606f1e5c9ada9a54e9f3e6e9899290463c80a0b6b91e73b7a9374263b160 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/website_sale_checkout_skip_payment/__manifest__.py b/website_sale_checkout_skip_payment/__manifest__.py index 13efb7ebeb..c2a06dadbd 100644 --- a/website_sale_checkout_skip_payment/__manifest__.py +++ b/website_sale_checkout_skip_payment/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Website Sale Checkout Skip Payment", "summary": "Skip payment for logged users in checkout process", - "version": "15.0.1.3.0", + "version": "15.0.1.3.1", "category": "Website", "website": "https://github.com/OCA/e-commerce", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/website_sale_checkout_skip_payment/static/description/index.html b/website_sale_checkout_skip_payment/static/description/index.html index 8144676d70..ebb762031c 100644 --- a/website_sale_checkout_skip_payment/static/description/index.html +++ b/website_sale_checkout_skip_payment/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 { @@ -367,7 +367,7 @@

Website Sale Checkout Skip Payment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:56fd2b2d5d5c9b4fbd590dd839a877cf284cd0b49f117923fcda65e5d9e62515 +!! source digest: sha256:671a606f1e5c9ada9a54e9f3e6e9899290463c80a0b6b91e73b7a9374263b160 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to logged users to checkout with no payment step. At the @@ -439,7 +439,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +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.