diff --git a/sql_export_mail/README.rst b/sql_export_mail/README.rst index 082cfcebc0..96db705ab5 100644 --- a/sql_export_mail/README.rst +++ b/sql_export_mail/README.rst @@ -17,18 +17,19 @@ SQL Export Mail :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github - :target: https://github.com/OCA/reporting-engine/tree/16.0/sql_export_mail + :target: https://github.com/OCA/reporting-engine/tree/17.0/sql_export_mail :alt: OCA/reporting-engine .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-sql_export_mail + :target: https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-sql_export_mail :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/reporting-engine&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -Allow to send the result of a query (made with the module sql_export) by mail. +Allow to send the result of a query (made with the module sql_export) by +mail. **Table of contents** @@ -40,11 +41,12 @@ Configuration To configure this module, you need to: -#. Go to the sql query for which you want users to be notified by e-mail. -#. Add users to be notified in the field Users Notified by e-mail. -#. Click on the button create a cron and then configure the cron to run when - you want to. If you already have created a cron for another query, you can - use it again for other queries +1. Go to the sql query for which you want users to be notified by + e-mail. +2. Add users to be notified in the field Users Notified by e-mail. +3. Click on the button create a cron and then configure the cron to run + when you want to. If you already have created a cron for another + query, you can use it again for other queries Bug Tracker =========== @@ -52,7 +54,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. @@ -60,19 +62,19 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion * GRAP Contributors -~~~~~~~~~~~~ +------------ -* Florian da Costa -* Helly kapatel +- Florian da Costa +- Helly kapatel Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -92,6 +94,6 @@ Current `maintainer `__: |maintainer-legalsylvain| -This module is part of the `OCA/reporting-engine `_ project on GitHub. +This module is part of the `OCA/reporting-engine `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sql_export_mail/pyproject.toml b/sql_export_mail/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/sql_export_mail/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sql_export_mail/readme/CONFIGURE.md b/sql_export_mail/readme/CONFIGURE.md new file mode 100644 index 0000000000..24cb53ae71 --- /dev/null +++ b/sql_export_mail/readme/CONFIGURE.md @@ -0,0 +1,8 @@ +To configure this module, you need to: + +1. Go to the sql query for which you want users to be notified by + e-mail. +2. Add users to be notified in the field Users Notified by e-mail. +3. Click on the button create a cron and then configure the cron to run + when you want to. If you already have created a cron for another + query, you can use it again for other queries diff --git a/sql_export_mail/readme/CONFIGURE.rst b/sql_export_mail/readme/CONFIGURE.rst deleted file mode 100644 index 17ed7c8734..0000000000 --- a/sql_export_mail/readme/CONFIGURE.rst +++ /dev/null @@ -1,7 +0,0 @@ -To configure this module, you need to: - -#. Go to the sql query for which you want users to be notified by e-mail. -#. Add users to be notified in the field Users Notified by e-mail. -#. Click on the button create a cron and then configure the cron to run when - you want to. If you already have created a cron for another query, you can - use it again for other queries diff --git a/sql_export_mail/readme/CONTRIBUTORS.md b/sql_export_mail/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..17ad1ef72d --- /dev/null +++ b/sql_export_mail/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Florian da Costa \<\> +- Helly kapatel \<\> diff --git a/sql_export_mail/readme/CONTRIBUTORS.rst b/sql_export_mail/readme/CONTRIBUTORS.rst deleted file mode 100644 index c2183a83da..0000000000 --- a/sql_export_mail/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Florian da Costa -* Helly kapatel diff --git a/sql_export_mail/readme/DESCRIPTION.rst b/sql_export_mail/readme/DESCRIPTION.md similarity index 81% rename from sql_export_mail/readme/DESCRIPTION.rst rename to sql_export_mail/readme/DESCRIPTION.md index 21dae9d883..d1ad1c49fc 100644 --- a/sql_export_mail/readme/DESCRIPTION.rst +++ b/sql_export_mail/readme/DESCRIPTION.md @@ -1 +1,2 @@ -Allow to send the result of a query (made with the module sql_export) by mail. +Allow to send the result of a query (made with the module sql_export) by +mail. diff --git a/sql_export_mail/static/description/index.html b/sql_export_mail/static/description/index.html index 3c50d3a358..b35f1f689e 100644 --- a/sql_export_mail/static/description/index.html +++ b/sql_export_mail/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,8 +369,9 @@

SQL Export Mail

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:7545ca6358f23ee0f98d8fa0d2610030bdce7d1dc9a2b1e241be5443612fcf1e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Allow to send the result of a query (made with the module sql_export) by mail.

+

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

+

Allow to send the result of a query (made with the module sql_export) by +mail.

Table of contents

    @@ -388,11 +389,12 @@

    SQL Export Mail

    Configuration

    To configure this module, you need to:

      -
    1. Go to the sql query for which you want users to be notified by e-mail.
    2. +
    3. Go to the sql query for which you want users to be notified by +e-mail.
    4. Add users to be notified in the field Users Notified by e-mail.
    5. -
    6. Click on the button create a cron and then configure the cron to run when -you want to. If you already have created a cron for another query, you can -use it again for other queries
    7. +
    8. Click on the button create a cron and then configure the cron to run +when you want to. If you already have created a cron for another +query, you can use it again for other queries
@@ -400,7 +402,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.

@@ -422,13 +424,15 @@

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.

Current maintainer:

legalsylvain

-

This module is part of the OCA/reporting-engine project on GitHub.

+

This module is part of the OCA/reporting-engine project on GitHub.

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