From 5db105962dcaf950b1e19af7154a2c3c7b23a780 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Tue, 10 Oct 2023 14:35:21 +0000
Subject: [PATCH] [BOT] post-merge updates
---
sql_export/README.rst | 9 +++------
sql_export/__manifest__.py | 2 +-
sql_export/static/description/index.html | 8 +++-----
3 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/sql_export/README.rst b/sql_export/README.rst
index 993f9ebbb..691c3f831 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:14b47d75f3a246ea420b8d26bfb4a532ec3b894d094f19d349f058d136fdc6a9
+ !! source digest: sha256:c03d3e4a60d84fd7878aff099db21d714523f59e9f2256472324f7803fa755b1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -31,7 +31,7 @@ SQL Export
Allow to export data in csv files FROM sql requests.
There are some restrictions in the sql query, you can only read datas.
No update, deletion or creation are possible.
-A new menu named Export is created.
+A new sub menu named Sql Export is available in the Dashboard main menu.
**Table of contents**
@@ -49,8 +49,7 @@ Dashboards > Sql Export
- `%(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 field with `Sql Export Variables` menu, you can use it with `%(x_field_example)s` syntax
- (Limitation for relational fields)
+- for any created property, you can use it with `%(Property String)s` syntax
Known issues / Roadmap
======================
@@ -72,8 +71,6 @@ See sql_request_abstract module to fix this issue.
since variables features has been introduced. This can be fixed by
overloading _prepare_request_check_execution() function.
-* V16 : Restore export with parameters features.
-
Bug Tracker
===========
diff --git a/sql_export/__manifest__.py b/sql_export/__manifest__.py
index 193e43f01..caf4e0f58 100644
--- a/sql_export/__manifest__.py
+++ b/sql_export/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "SQL Export",
- "version": "16.0.1.0.1",
+ "version": "16.0.2.0.0",
"author": "Akretion,GRAP,Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/reporting-engine",
diff --git a/sql_export/static/description/index.html b/sql_export/static/description/index.html
index 7e9a719f5..8d0bc6f06 100644
--- a/sql_export/static/description/index.html
+++ b/sql_export/static/description/index.html
@@ -367,13 +367,13 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:14b47d75f3a246ea420b8d26bfb4a532ec3b894d094f19d349f058d136fdc6a9
+!! source digest: sha256:c03d3e4a60d84fd7878aff099db21d714523f59e9f2256472324f7803fa755b1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Allow to export data in csv files FROM sql requests.
There are some restrictions in the sql query, you can only read datas.
No update, deletion or creation are possible.
-A new menu named Export is created.
+A new sub menu named Sql Export is available in the Dashboard main menu.
Table of contents
@@ -395,8 +395,7 @@ A new menu named Export is created.
- %(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 field with Sql Export Variables menu, you can use it with %(x_field_example)s syntax
-(Limitation for relational fields)
+- for any created property, you can use it with %(Property String)s syntax
@@ -418,7 +417,6 @@ a select query:
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.
-V16 : Restore export with parameters features.