From 20969ad90d923cfa04520364ab6693c7ef1c5965 Mon Sep 17 00:00:00 2001 From: BT-ssteiner Date: Fri, 8 Mar 2024 13:11:13 +0100 Subject: [PATCH] [IMP] sql_export_mail: black, isort, prettier --- setup/sql_export_mail/odoo/addons/sql_export_mail | 1 + setup/sql_export_mail/setup.py | 6 ++++++ sql_export_mail/README.rst | 12 ++++++------ sql_export_mail/__manifest__.py | 2 +- sql_export_mail/static/description/index.html | 8 ++++---- 5 files changed, 18 insertions(+), 11 deletions(-) create mode 120000 setup/sql_export_mail/odoo/addons/sql_export_mail create mode 100644 setup/sql_export_mail/setup.py diff --git a/setup/sql_export_mail/odoo/addons/sql_export_mail b/setup/sql_export_mail/odoo/addons/sql_export_mail new file mode 120000 index 000000000..2c1bd4889 --- /dev/null +++ b/setup/sql_export_mail/odoo/addons/sql_export_mail @@ -0,0 +1 @@ +../../../../sql_export_mail \ No newline at end of file diff --git a/setup/sql_export_mail/setup.py b/setup/sql_export_mail/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/sql_export_mail/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/sql_export_mail/README.rst b/sql_export_mail/README.rst index 082cfcebc..f9da42dec 100644 --- a/sql_export_mail/README.rst +++ b/sql_export_mail/README.rst @@ -7,7 +7,7 @@ SQL Export Mail !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7545ca6358f23ee0f98d8fa0d2610030bdce7d1dc9a2b1e241be5443612fcf1e + !! source digest: sha256:d827e1e84e845e81a875a56e6dbb22176fb86b3ad685cb5c1105e5a79897dfcb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ 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/15.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-15-0/reporting-engine-15-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=15.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -52,7 +52,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. @@ -92,6 +92,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/__manifest__.py b/sql_export_mail/__manifest__.py index 371758df0..71f4fd01d 100644 --- a/sql_export_mail/__manifest__.py +++ b/sql_export_mail/__manifest__.py @@ -1,7 +1,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "SQL Export Mail", - "version": "16.0.2.0.0", + "version": "15.0.2.0.0", "category": "Generic Modules", "summary": "Send csv file generated by sql query by mail.", "author": "Akretion,GRAP,Odoo Community Association (OCA)", diff --git a/sql_export_mail/static/description/index.html b/sql_export_mail/static/description/index.html index 3c50d3a35..3756d0c10 100644 --- a/sql_export_mail/static/description/index.html +++ b/sql_export_mail/static/description/index.html @@ -367,9 +367,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7545ca6358f23ee0f98d8fa0d2610030bdce7d1dc9a2b1e241be5443612fcf1e +!! source digest: sha256:d827e1e84e845e81a875a56e6dbb22176fb86b3ad685cb5c1105e5a79897dfcb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

@@ -400,7 +400,7 @@ use it again for other queries

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.

@@ -428,7 +428,7 @@ 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.