Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing from upstream OCA/e-commerce (15.0) #724

Merged
merged 5 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website_sale_checkout_skip_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website_sale_checkout_skip_payment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
10 changes: 8 additions & 2 deletions website_sale_checkout_skip_payment/i18n/bs.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 2.0.6\n"

#. module: website_sale_checkout_skip_payment
Expand Down Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ msgstr "Contacte"
msgid "Message shown to the user when the purchase is finished"
msgstr "Missatge que es mostra a l'usuari quan finalitza la compra"

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/el_GR.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
8 changes: 8 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ msgstr "Contacto"
msgid "Message shown to the user when the purchase is finished"
msgstr "Mensaje mostrado al usuario cuando finaliza la compra"

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""
"Nuestro equipo revisará su pedido y pronto le enviará información sobre el "
"pago."

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_AR.po
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ msgstr "Contacto"
msgid "Message shown to the user when the purchase is finished"
msgstr "Mensaje mostrado al usuario cuando finaliza la compra"

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_CL.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_CO.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_CR.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_DO.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_EC.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_MX.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_PE.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/es_VE.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/et.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/eu.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/fa.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/fr_CA.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
6 changes: 6 additions & 0 deletions website_sale_checkout_skip_payment/i18n/fr_CH.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ msgstr ""
msgid "Message shown to the user when the purchase is finished"
msgstr ""

#. module: website_sale_checkout_skip_payment
#: code:addons/website_sale_checkout_skip_payment/models/website.py:0
#, python-format
msgid "Our team will check your order and send you payment information soon."
msgstr ""

#. module: website_sale_checkout_skip_payment
#: model_terms:ir.ui.view,arch_db:website_sale_checkout_skip_payment.res_config_settings_view_form
msgid "Sale Checkout Skip Message"
Expand Down
Loading
Loading