diff --git a/website_crm_quick_answer/README.rst b/website_crm_quick_answer/README.rst index dd76f6052f..b595c7b827 100644 --- a/website_crm_quick_answer/README.rst +++ b/website_crm_quick_answer/README.rst @@ -17,20 +17,20 @@ Quick answer for website contact form :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github - :target: https://github.com/OCA/website/tree/15.0/website_crm_quick_answer + :target: https://github.com/OCA/website/tree/17.0/website_crm_quick_answer :alt: OCA/website .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/website-15-0/website-15-0-website_crm_quick_answer + :target: https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_crm_quick_answer :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/website&target_branch=15.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module was written to extend the functionality of the website contact form -to support sending the interested contact an automatic welcome email and allow -you to customize it. +This module was written to extend the functionality of the website +contact form to support sending the interested contact an automatic +welcome email and allow you to customize it. **Table of contents** @@ -42,21 +42,22 @@ Configuration To configure this module, you need to: -#. Go to **Settings > Technical > Automation > Automated actions > Quick response - to website contact form** and edit anything there. +1. Go to **Settings > Technical > Automation > Automated actions > Quick + response to website contact form** and edit anything there. -Quicker way to just change the email template (something that most likely you -will want to do): +Quicker way to just change the email template (something that most +likely you will want to do): -#. Go to **Settings > Technical > Email > Templates** -#. Edit the template called *Quick response to website contact form*. +1. Go to **Settings > Technical > Email > Templates** +2. Edit the template called *Quick response to website contact form*. Usage ===== To use this module, you need to: -Have an email address in your main company. It will be used as sender address. +Have an email address in your main company. It will be used as sender +address. Bug Tracker =========== @@ -64,7 +65,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. @@ -72,28 +73,27 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ +- `Tecnativa `__: -* `Tecnativa `__: + - Rafael Blasco + - Jairo Llopis + - David Vidal + - Cristina Martin R. - * Rafael Blasco - * Jairo Llopis - * David Vidal - * Cristina Martin R. +- `Sygel Technology `__: -* `Sygel Technology `__: - - * Harald Panten - * Manuel Regidor + - Harald Panten + - Manuel Regidor Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -105,6 +105,6 @@ 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/website `_ project on GitHub. +This module is part of the `OCA/website `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/website_crm_quick_answer/pyproject.toml b/website_crm_quick_answer/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/website_crm_quick_answer/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/website_crm_quick_answer/readme/CONFIGURE.md b/website_crm_quick_answer/readme/CONFIGURE.md new file mode 100644 index 0000000000..966531aa99 --- /dev/null +++ b/website_crm_quick_answer/readme/CONFIGURE.md @@ -0,0 +1,10 @@ +To configure this module, you need to: + +1. Go to **Settings \> Technical \> Automation \> Automated actions \> + Quick response to website contact form** and edit anything there. + +Quicker way to just change the email template (something that most +likely you will want to do): + +1. Go to **Settings \> Technical \> Email \> Templates** +2. Edit the template called *Quick response to website contact form*. diff --git a/website_crm_quick_answer/readme/CONFIGURE.rst b/website_crm_quick_answer/readme/CONFIGURE.rst deleted file mode 100644 index fa23f31923..0000000000 --- a/website_crm_quick_answer/readme/CONFIGURE.rst +++ /dev/null @@ -1,10 +0,0 @@ -To configure this module, you need to: - -#. Go to **Settings > Technical > Automation > Automated actions > Quick response - to website contact form** and edit anything there. - -Quicker way to just change the email template (something that most likely you -will want to do): - -#. Go to **Settings > Technical > Email > Templates** -#. Edit the template called *Quick response to website contact form*. diff --git a/website_crm_quick_answer/readme/CONTRIBUTORS.md b/website_crm_quick_answer/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..eb86085245 --- /dev/null +++ b/website_crm_quick_answer/readme/CONTRIBUTORS.md @@ -0,0 +1,8 @@ +- [Tecnativa](https://www.tecnativa.com): + - Rafael Blasco \<\> + - Jairo Llopis \<\> + - David Vidal \<\> + - Cristina Martin R. +- [Sygel Technology](https://www.sygel.es): + - Harald Panten \<\> + - Manuel Regidor \<\> diff --git a/website_crm_quick_answer/readme/CONTRIBUTORS.rst b/website_crm_quick_answer/readme/CONTRIBUTORS.rst deleted file mode 100644 index fa5891c8fa..0000000000 --- a/website_crm_quick_answer/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,12 +0,0 @@ - -* `Tecnativa `__: - - * Rafael Blasco - * Jairo Llopis - * David Vidal - * Cristina Martin R. - -* `Sygel Technology `__: - - * Harald Panten - * Manuel Regidor diff --git a/website_crm_quick_answer/readme/DESCRIPTION.md b/website_crm_quick_answer/readme/DESCRIPTION.md new file mode 100644 index 0000000000..22c0238ac9 --- /dev/null +++ b/website_crm_quick_answer/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module was written to extend the functionality of the website +contact form to support sending the interested contact an automatic +welcome email and allow you to customize it. diff --git a/website_crm_quick_answer/readme/DESCRIPTION.rst b/website_crm_quick_answer/readme/DESCRIPTION.rst deleted file mode 100644 index 8079c76639..0000000000 --- a/website_crm_quick_answer/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module was written to extend the functionality of the website contact form -to support sending the interested contact an automatic welcome email and allow -you to customize it. diff --git a/website_crm_quick_answer/readme/USAGE.rst b/website_crm_quick_answer/readme/USAGE.md similarity index 86% rename from website_crm_quick_answer/readme/USAGE.rst rename to website_crm_quick_answer/readme/USAGE.md index d34f690d2b..9d91af07c8 100644 --- a/website_crm_quick_answer/readme/USAGE.rst +++ b/website_crm_quick_answer/readme/USAGE.md @@ -1,3 +1,4 @@ To use this module, you need to: -Have an email address in your main company. It will be used as sender address. +Have an email address in your main company. It will be used as sender +address. diff --git a/website_crm_quick_answer/static/description/index.html b/website_crm_quick_answer/static/description/index.html index 230b3ac73e..dc18d64de2 100644 --- a/website_crm_quick_answer/static/description/index.html +++ b/website_crm_quick_answer/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,10 +369,10 @@

Quick answer for website contact form

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:9076431e97fb94db8f807e75412b1a08ee9566dde3212f90e41385c178b6b720 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module was written to extend the functionality of the website contact form -to support sending the interested contact an automatic welcome email and allow -you to customize it.

+

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

+

This module was written to extend the functionality of the website +contact form to support sending the interested contact an automatic +welcome email and allow you to customize it.

Table of contents

    @@ -391,11 +391,11 @@

    Quick answer for website contact form

    Configuration

    To configure this module, you need to:

      -
    1. Go to Settings > Technical > Automation > Automated actions > Quick response -to website contact form and edit anything there.
    2. +
    3. Go to Settings > Technical > Automation > Automated actions > Quick +response to website contact form and edit anything there.
    -

    Quicker way to just change the email template (something that most likely you -will want to do):

    +

    Quicker way to just change the email template (something that most +likely you will want to do):

    1. Go to Settings > Technical > Email > Templates
    2. Edit the template called Quick response to website contact form.
    3. @@ -404,14 +404,15 @@

      Configuration

      Usage

      To use this module, you need to:

      -

      Have an email address in your main company. It will be used as sender address.

      +

      Have an email address in your main company. It will be used as sender +address.

      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.

      @@ -442,11 +443,13 @@

      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.

      -

      This module is part of the OCA/website project on GitHub.

      +

      This module is part of the OCA/website project on GitHub.

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