From 019b15a4954ca2203e9ae09c6015e685ae67a719 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 22 Jan 2025 14:40:05 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 +- sql_export/README.rst | 59 +++++++++++++----------- sql_export/static/description/index.html | 10 ++-- 4 files changed, 39 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 6c459fe54..243ac4049 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [base_comment_template](base_comment_template/) | 18.0.1.0.0 | | Add conditional mako template to any reporton models that inherits comment.template. [bi_sql_editor](bi_sql_editor/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views [report_xlsx](report_xlsx/) | 18.0.1.0.0 | | Base module to create xlsx report +[sql_export](sql_export/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Export data in csv file with SQL requests [sql_request_abstract](sql_request_abstract/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index dc4a97ce7..f8010a240 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-reporting-engine" -version = "18.0.20250115.0" +version = "18.0.20250122.0" dependencies = [ "odoo-addon-base_comment_template==18.0.*", "odoo-addon-bi_sql_editor==18.0.*", "odoo-addon-report_xlsx==18.0.*", + "odoo-addon-sql_export==18.0.*", "odoo-addon-sql_request_abstract==18.0.*", ] classifiers=[ diff --git a/sql_export/README.rst b/sql_export/README.rst index a641cdbe5..225c2d8fb 100644 --- a/sql_export/README.rst +++ b/sql_export/README.rst @@ -7,7 +7,7 @@ SQL Export !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2cf03bbe1b27b9015fc6d1d57ce5b9b14951c00861e9d8518343c66a2c0b14cc + !! source digest: sha256:4c86a7045492475d6fa066f4be3103bab42bc49afc27271a8a765f43b9874dd0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -45,31 +45,31 @@ Dashboards > Sql Export **Specific use with parameters** -- %(company_id)s allows to set in the query the company id of the user -- %(user_id)s allows to set in the query the user id -- for any created property, you can use it with %(Property String)s - syntax +- %(company_id)s allows to set in the query the company id of the user +- %(user_id)s allows to set in the query the user id +- for any created property, you can use it with %(Property String)s + syntax Known issues / Roadmap ====================== -- Some words are prohibited and can't be used is the query in anyways, - even in a select query: +- Some words are prohibited and can't be used is the query in anyways, + even in a select query: - - delete - - drop - - insert - - alter - - truncate - - execute - - create - - update + - delete + - drop + - insert + - alter + - truncate + - execute + - create + - update See sql_request_abstract module to fix this issue. -- checking SQL request by execution and rollback is disabled in this - module since variables features has been introduced. This can be - fixed by overloading \_prepare_request_check_execution() function. +- checking SQL request by execution and rollback is disabled in this + module since variables features has been introduced. This can be fixed + by overloading \_prepare_request_check_execution() function. Bug Tracker =========== @@ -93,19 +93,19 @@ Authors Contributors ------------ -- `Akretion `__: +- `Akretion `__: - - Florian da Costa - - Mourad EL HADJ MIMOUNE - - Benoît GUILLOT + - Florian da Costa + - Mourad EL HADJ MIMOUNE + - Benoît GUILLOT -- `Eficent `__: +- `Eficent `__: - - Aaron Henriquez + - Aaron Henriquez -- `Codeforward `__: +- `Codeforward `__: - - Sander Lienaerts + - Sander Lienaerts Maintainers ----------- @@ -123,10 +123,13 @@ promote its widespread use. .. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px :target: https://github.com/legalsylvain :alt: legalsylvain +.. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px + :target: https://github.com/florian-dacosta + :alt: florian-dacosta -Current `maintainer `__: +Current `maintainers `__: -|maintainer-legalsylvain| +|maintainer-legalsylvain| |maintainer-florian-dacosta| This module is part of the `OCA/reporting-engine `_ project on GitHub. diff --git a/sql_export/static/description/index.html b/sql_export/static/description/index.html index dd943a1c5..15daca9ab 100644 --- a/sql_export/static/description/index.html +++ b/sql_export/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2cf03bbe1b27b9015fc6d1d57ce5b9b14951c00861e9d8518343c66a2c0b14cc +!! source digest: sha256:4c86a7045492475d6fa066f4be3103bab42bc49afc27271a8a765f43b9874dd0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allow to export data in csv files FROM sql requests. There are some @@ -418,8 +418,8 @@ even in a select query:

    See sql_request_abstract module to fix this issue.

    • checking SQL request by execution and rollback is disabled in this -module since variables features has been introduced. This can be -fixed by overloading _prepare_request_check_execution() function.
    • +module since variables features has been introduced. This can be fixed +by overloading _prepare_request_check_execution() function.
    @@ -467,8 +467,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

    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

    +

    Current maintainers:

    +

    legalsylvain florian-dacosta

    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.