From 8f14fac5f452a5e1f49a23797d8916992044c104 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 2 Aug 2024 15:21:01 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- sql_export/README.rst | 2 +- sql_export/static/description/index.html | 14 ++++++++------ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3994860697..d31bdf3cfb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [report_xlsx](report_xlsx/) | 17.0.1.0.0 | | Base module to create xlsx report [report_xlsx_helper](report_xlsx_helper/) | 17.0.1.0.1 | | Report xlsx helpers [report_xml](report_xml/) | 17.0.1.0.0 | | Allow to generate XML reports +[sql_export](sql_export/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Export data in csv file with SQL requests [sql_request_abstract](sql_request_abstract/) | 17.0.1.0.1 | [![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 cec693575b..3b5ea8127b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-reporting-engine" -version = "17.0.20240723.0" +version = "17.0.20240802.0" dependencies = [ "odoo-addon-base_comment_template>=17.0dev,<17.1dev", "odoo-addon-bi_sql_editor>=17.0dev,<17.1dev", @@ -11,6 +11,7 @@ dependencies = [ "odoo-addon-report_xlsx>=17.0dev,<17.1dev", "odoo-addon-report_xlsx_helper>=17.0dev,<17.1dev", "odoo-addon-report_xml>=17.0dev,<17.1dev", + "odoo-addon-sql_export>=17.0dev,<17.1dev", "odoo-addon-sql_request_abstract>=17.0dev,<17.1dev", ] classifiers=[ diff --git a/sql_export/README.rst b/sql_export/README.rst index fc50e47420..129df02682 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:8dd8c4e8b890b9a9f748ec35594cc00c96050977f3b291c1db101a52861d603c + !! source digest: sha256:2cf03bbe1b27b9015fc6d1d57ce5b9b14951c00861e9d8518343c66a2c0b14cc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sql_export/static/description/index.html b/sql_export/static/description/index.html index a46c4cdf6b..d9d59a4de5 100644 --- a/sql_export/static/description/index.html +++ b/sql_export/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 { @@ -367,7 +367,7 @@

SQL Export

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8dd8c4e8b890b9a9f748ec35594cc00c96050977f3b291c1db101a52861d603c +!! source digest: sha256:2cf03bbe1b27b9015fc6d1d57ce5b9b14951c00861e9d8518343c66a2c0b14cc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 @@ -461,7 +461,9 @@

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.